#027DA9

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

Shades of Cerulean #027DA9

Tints of Cerulean #027DA9

Color information

#027DA9 (or 0x027DA9) is unknown color: approx Cerulean. HEX triplet: 02, 7D and A9. RGB value is (2,125,169). Sum of RGB (Red+Green+Blue) = 2+125+169=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 169 (66.41% from 255 or 57.09% from 296); Max value from RGB is 169 - color contains mainly: blue. Hex color #027DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027DA9 is #FD8256. Grayscale: #5C5C5C. Windows color (decimal): -16613975 or 11107586. OLE color: 11107586.

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

Color convert

RGB2125169-
CMYK0.990.2600.34
HSL195.81º97.66%33.53%-
HSV(B)195.81º98.82%66.27%-
XYZ14.5217.5440.16-
YUV93.24170.7562.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 125 (49.22% from 255) = 42.23%
BLUE value IS 169 (66.41% from 255) = 57.09%
R=0.68%
G=42.23%
B=57.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21251690.990.2600.34195.8197.6633.53
Hex27DA9631A022c46222
Octal21752511433204230414242
Binary101111101101010011100011110100100010110001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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