Html Css Color HEX #027FAA Cerulean

📋 copy color: '#027FAA'

red 2 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #027FAA

Tints of Cerulean #027FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 42.47%

 BLUE value IS 170 (66.8% from 255) = 56.86%

R = 0.67%
G = 42.47%
B = 56.86%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#027FAA (or 0x027FAA) is known color: Cerulean. HEX triplet: 02, 7F and AA. RGB value is (2,127,170). Sum of RGB (Red+Green+Blue) = 2+127+170=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #027FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027FAA is #FD8055. Grayscale: #5E5E5E. Windows color (decimal): -16613462 or 11173634. OLE color: 11173634.

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

Color convert

RGB 2 127 170 -
CMYK 0.99 0.25 0 0.33
HSL 195.36º 0.98% 0.34% -
HSV(B) 195.36º 0.99% 0.67% -
XYZ 14.87 18.09 40.74 -
YUV 94.53 170.59 62 -
System Red Green Blue C M Y K H S L
Decimal 2 127 170 0.99 0.25 0 0.33 195.36 0.98 0.34
Hex 2 7F AA 63 19 0 21 C3 62 22
Octal 2 177 252 143 31 0 41 303 142 42
Binary 10 1111111 10101010 1100011 11001 0 100001 11000011 1100010 100010

Color Harmonies of #027FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FAA

Black with #027FAA

Text Example


Text Example

White with #027FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,127,170); }

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

background-color css

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

 a { background-color: rgb(2,127,170); }

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

border-color css

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

 span { border-color: rgb(2,127,170); }

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