#027CBC

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

Shades of Cerulean #027CBC

Tints of Cerulean #027CBC

Color information

#027CBC (or 0x027CBC) is unknown color: approx Cerulean. HEX triplet: 02, 7C and BC. RGB value is (2,124,188). Sum of RGB (Red+Green+Blue) = 2+124+188=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #027CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CBC is #FD8343. Grayscale: #5E5E5E. Windows color (decimal): -16614212 or 12352514. OLE color: 12352514.

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

Color convert

RGB2124188-
CMYK0.990.3400.26
HSL200.65º97.89%37.25%-
HSV(B)200.65º98.94%73.73%-
XYZ16.3118.0650.2-
YUV94.82180.5861.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.64%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 188 (73.83% from 255) = 59.87%
R=0.64%
G=39.49%
B=59.87%

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
Decimal21241880.990.3400.26200.6597.8937.25
Hex27CBC632201Ac96225
Octal21742741434203231114245
Binary101111100101111001100011100010011010110010011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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