#027DAD

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

Shades of Cerulean #027DAD

Tints of Cerulean #027DAD

Color information

#027DAD (or 0x027DAD) is unknown color: approx Cerulean. HEX triplet: 02, 7D and AD. RGB value is (2,125,173). Sum of RGB (Red+Green+Blue) = 2+125+173=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #027DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027DAD is #FD8252. Grayscale: #5D5D5D. Windows color (decimal): -16613971 or 11369730. OLE color: 11369730.

HSL color Cylindrical-coordinate representation of color #027DAD: hue angle of 196.84º 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 #027DAD is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2125173-
CMYK0.990.2800.32
HSL196.84º97.71%34.31%-
HSV(B)196.84º98.84%67.84%-
XYZ14.917.742.17-
YUV93.7172.7562.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 173 (67.97% from 255) = 57.67%
R=0.67%
G=41.67%
B=57.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21251730.990.2800.32196.8497.7134.31
Hex27DAD631C020c56222
Octal21752551433404030514242
Binary101111101101011011100011111000100000110001011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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