Html Css Color HEX #027FA7 Cerulean

📋 copy color: '#027FA7'

red 2 ◦ green 127 ◦ blue 167

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

Shades of Cerulean #027FA7

Tints of Cerulean #027FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 56.42%

R = 0.68%
G = 42.91%
B = 56.42%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#027FA7 (or 0x027FA7) is known color: Cerulean. HEX triplet: 02, 7F and A7. RGB value is (2,127,167). Sum of RGB (Red+Green+Blue) = 2+127+167=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #027FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027FA7 is #FD8058. Grayscale: #5D5D5D. Windows color (decimal): -16613465 or 10977026. OLE color: 10977026.

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

Color convert

RGB 2 127 167 -
CMYK 0.99 0.24 0 0.35
HSL 194.55º 0.98% 0.33% -
HSV(B) 194.55º 0.99% 0.65% -
XYZ 14.59 17.98 39.26 -
YUV 94.19 169.09 62.25 -
System Red Green Blue C M Y K H S L
Decimal 2 127 167 0.99 0.24 0 0.35 194.55 0.98 0.33
Hex 2 7F A7 63 18 0 23 C3 62 21
Octal 2 177 247 143 30 0 43 303 142 41
Binary 10 1111111 10100111 1100011 11000 0 100011 11000011 1100010 100001

Color Harmonies of #027FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FA7

Black with #027FA7

Text Example


Text Example

White with #027FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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