#027DBC

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

Shades of Cerulean #027DBC

Tints of Cerulean #027DBC

Color information

#027DBC (or 0x027DBC) is unknown color: approx Cerulean. HEX triplet: 02, 7D and BC. RGB value is (2,125,188). Sum of RGB (Red+Green+Blue) = 2+125+188=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #027DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DBC is #FD8243. Grayscale: #5F5F5F. Windows color (decimal): -16613956 or 12352770. OLE color: 12352770.

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

Color convert

RGB2125188-
CMYK0.990.3400.26
HSL200.32º97.89%37.25%-
HSV(B)200.32º98.94%73.73%-
XYZ16.4418.3150.25-
YUV95.4180.2561.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 188 (73.83% from 255) = 59.68%
R=0.63%
G=39.68%
B=59.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21251880.990.3400.26200.3297.8937.25
Hex27DBC632201Ac86225
Octal21752741434203231014245
Binary101111101101111001100011100010011010110010001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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