Html Css Color HEX #027AB5 Cerulean

📋 copy color: '#027AB5'

red 2 ◦ green 122 ◦ blue 181

#027AB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #027AB5

Tints of Cerulean #027AB5

RGB

 RED value IS 2 (1.17% from 255) = 0.66%

 GREEN value IS 122 (48.05% from 255) = 40%

 BLUE value IS 181 (71.09% from 255) = 59.34%

R = 0.66%
G = 40%
B = 59.34%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#027AB5 (or 0x027AB5) is known color: Cerulean. HEX triplet: 02, 7A and B5. RGB value is (2,122,181). Sum of RGB (Red+Green+Blue) = 2+122+181=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #027AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AB5 is #FD854A. Grayscale: #5C5C5C. Windows color (decimal): -16614731 or 11893250. OLE color: 11893250.

HSL color Cylindrical-coordinate representation of color #027AB5: hue angle of 199.78º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AB5 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 122 181 -
CMYK 0.99 0.33 0 0.29
HSL 199.78º 0.98% 0.36% -
HSV(B) 199.78º 0.99% 0.71% -
XYZ 15.33 17.27 46.24 -
YUV 92.85 177.74 63.2 -
System Red Green Blue C M Y K H S L
Decimal 2 122 181 0.99 0.33 0 0.29 199.78 0.98 0.36
Hex 2 7A B5 63 21 0 1D C8 62 24
Octal 2 172 265 143 41 0 35 310 142 44
Binary 10 1111010 10110101 1100011 100001 0 11101 11001000 1100010 100100

Color Harmonies of #027AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AB5

Black with #027AB5

Text Example


Text Example

White with #027AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027AB5; }

 p { color: rgb(2,122,181); }

 H1.HeaderClassName
 {
   color: #027AB5;
 }
 .AnyTagClassName
 {
   color: #027AB5;
 }
</style>

background-color css

<style>
 a { background-color: #027AB5; }

 a { background-color: rgb(2,122,181); }

 div.DivClassName
 {
   background-color: #027AB5;
 }
 .BgClassName
 {
   background-color: #027AB5;
 }
</style>

border-color css

<style>
 span { border-color: #027AB5; }

 span { border-color: rgb(2,122,181); }

 td.TdClassName
 {
   border-color: #027AB5;
 }
 .TagClassName
 {
   border-color: #027AB5;
 }
</style>