Color Hex Logo

#248aff Color Hex

#248AFF
(36,138,255)
0 Favorites   0 Comments

Color spaces of #248aff

RGB 36138255
HSL0.591.000.57
HSV212°86°100°
CMYK 0.860.460.00   0.00
XYZ27.866025.772098.1135
Yxy25.77200.18360.1698
Hunter Lab50.76619.1396-79.0509
CIE-Lab57.820013.9714-65.9000

#248aff color RGB value is (36,138,255).

#248aff hex color red value is 36, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #248aff hue: 0.59 , saturation: 1.00 and the lightness value of 248aff is 0.57.

The process color (four color CMYK) of #248aff color hex is 0.86, 0.46, 0.00, 0.00. Web safe color of #248aff is #3399ff. Color #248aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10001010 11111111
Octal 44 212 377
Decimal 36 138 255
Hex 24 8A FF

RGB Percentages of Color #248aff

%8.39
%32.17
%59.44

CMYK Percentages of Color #248aff

%86
%46
%0
%0

Triadic Colors of #248aff

#248aff #ff248a #8aff24

Analogous Colors of #248aff

#248aff #2c24ff #24f8ff

Monochromatic Colors of #248aff

#248aff

Complementary Color

#248aff #ff9924

#248aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#248aff Color CSS Codes

.mybgcolor {background-color:#248aff; } 
.myforecolor {color:#248aff; }
.mybordercolor {border:3px solid #248aff; }

#248aff Text Font Color

<p style="color:#248aff">Text here</p>

This sample text font color is #248aff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#248aff Background Color

<div style="background-color:#248aff">
Div content here</div>

This div background color is #248aff


#248aff Border Color

<div style="border:3px solid #248aff">
Div here</div>

This div border color is #248aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,138,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #248aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #248aff;
  -webkit-box-shadow: 1px 1px 3px 2px #248aff;
  box-shadow:         1px 1px 3px 2px #248aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,138,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #248aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #248aff;
  -webkit-box-shadow: 1px 1px 3px 2px #248aff;
  box-shadow:         1px 1px 3px 2px #248aff;">
Div content here</div>

This div box has shadow with color #248aff


Comments

No comments written yet.

Please login to write comment.