#027EAD

Color #027EAD Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #027EAD

Tints of Cerulean #027EAD

Color information

#027EAD (or 0x027EAD) is unknown color: approx Cerulean. HEX triplet: 02, 7E and AD. RGB value is (2,126,173). Sum of RGB (Red+Green+Blue) = 2+126+173=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #027EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027EAD is #FD8152. Grayscale: #5D5D5D. Windows color (decimal): -16613715 or 11369986. OLE color: 11369986.

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

Color convert

RGB2126173-
CMYK0.990.2700.32
HSL196.49º97.71%34.31%-
HSV(B)196.49º98.84%67.84%-
XYZ15.0317.9542.21-
YUV94.28172.4262.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=0.66%
G=41.86%
B=57.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21261730.990.2700.32196.4997.7134.31
Hex27EAD631B020c46222
Octal21762551433304030414242
Binary101111110101011011100011110110100000110001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,126,173); }

 H1.HeaderClassName
 {
   color: #027EAD;
 }
 .AnyTagClassName
 {
   color: #027EAD;
 }
</style>
background-color css

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

 a { background-color: rgb(2,126,173); }

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

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

 span { border-color: rgb(2,126,173); }

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