Shades of Cerulean #0E7FBC
Tints of Cerulean #0E7FBC
RGB
CMYK
RGB Variations
Color information
#0E7FBC (or 0x0E7FBC) is known color: Cerulean. HEX triplet: 0E, 7F and BC. RGB value is (14,127,188). Sum of RGB (Red+Green+Blue) = 14+127+188=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E7FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FBC is #F18043. Grayscale: #636363. Windows color (decimal): -15827012 or 12353294. OLE color: 12353294.
HSL color Cylindrical-coordinate representation of color #0E7FBC: hue angle of 201.03º 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 #0E7FBC is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 127 | 188 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.26 |
| HSL | 201.03º | 0.86% | 0.4% | - |
| HSV(B) | 201.03º | 0.93% | 0.74% | - |
| XYZ | 16.85 | 18.9 | 50.34 | - |
| YUV | 100.17 | 177.56 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 188 | 0.93 | 0.32 | 0 | 0.26 | 201.03 | 0.86 | 0.4 |
| Hex | E | 7F | BC | 5D | 20 | 0 | 1A | C9 | 56 | 28 |
| Octal | 16 | 177 | 274 | 135 | 40 | 0 | 32 | 311 | 126 | 50 |
| Binary | 1110 | 1111111 | 10111100 | 1011101 | 100000 | 0 | 11010 | 11001001 | 1010110 | 101000 |
Color Harmonies of #0E7FBC
Complementary color
Monochromatic Colors of #0E7FBC
Black with #0E7FBC
Text Example
Text Example
White with #0E7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7FBC; }
p { color: rgb(14,127,188); }
H1.HeaderClassName
{
color: #0E7FBC;
}
.AnyTagClassName
{
color: #0E7FBC;
}
</style>
background-color css
<style>
a { background-color: #0E7FBC; }
a { background-color: rgb(14,127,188); }
div.DivClassName
{
background-color: #0E7FBC;
}
.BgClassName
{
background-color: #0E7FBC;
}
</style>
border-color css
<style>
span { border-color: #0E7FBC; }
span { border-color: rgb(14,127,188); }
td.TdClassName
{
border-color: #0E7FBC;
}
.TagClassName
{
border-color: #0E7FBC;
}
</style>