#0E7FBD

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

Shades of Cerulean #0E7FBD

Tints of Cerulean #0E7FBD

Color information

#0E7FBD (or 0x0E7FBD) is unknown color: approx Cerulean. HEX triplet: 0E, 7F and BD. RGB value is (14,127,189). Sum of RGB (Red+Green+Blue) = 14+127+189=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E7FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FBD is #F18042. Grayscale: #636363. Windows color (decimal): -15827011 or 12418830. OLE color: 12418830.

HSL color Cylindrical-coordinate representation of color #0E7FBD: hue angle of 201.26º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7FBD is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14127189-
CMYK0.930.3300.26
HSL201.26º86.21%39.8%-
HSV(B)201.26º92.59%74.12%-
XYZ16.9618.9550.91-
YUV100.28178.0666.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.24%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 189 (74.22% from 255) = 57.27%
R=4.24%
G=38.48%
B=57.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141271890.930.3300.26201.2686.2139.8
HexE7FBD5D2101Ac95628
Octal161772751354103231112650
Binary11101111111101111011011101100001011010110010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7FBD; }

 p { color: rgb(14,127,189); }

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

<style>
 a { background-color: #0E7FBD; }

 a { background-color: rgb(14,127,189); }

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

<style>
 span { border-color: #0E7FBD; }

 span { border-color: rgb(14,127,189); }

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