#027ABD

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

Shades of Cerulean #027ABD

Tints of Cerulean #027ABD

Color information

#027ABD (or 0x027ABD) is unknown color: approx Cerulean. HEX triplet: 02, 7A and BD. RGB value is (2,122,189). Sum of RGB (Red+Green+Blue) = 2+122+189=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #027ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ABD is #FD8542. Grayscale: #5D5D5D. Windows color (decimal): -16614723 or 12417538. OLE color: 12417538.

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

Color convert

RGB2122189-
CMYK0.990.3500.26
HSL201.5º97.91%37.45%-
HSV(B)201.5º98.94%74.12%-
XYZ16.1717.6150.69-
YUV93.76181.7462.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.64%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=0.64%
G=38.98%
B=60.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21221890.990.3500.26201.597.9137.45
Hex27ABD632301Ac96225
Octal21722751434303231114245
Binary101111010101111011100011100011011010110010011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,122,189); }

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

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

 a { background-color: rgb(2,122,189); }

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

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

 span { border-color: rgb(2,122,189); }

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