Shades of Cerulean #0E7DB2
Tints of Cerulean #0E7DB2
RGB
CMYK
RGB Variations
Color information
#0E7DB2 (or 0x0E7DB2) is known color: Cerulean. HEX triplet: 0E, 7D and B2. RGB value is (14,125,178). Sum of RGB (Red+Green+Blue) = 14+125+178=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #0E7DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7DB2 is #F1824D. Grayscale: #616161. Windows color (decimal): -15827534 or 11697422. OLE color: 11697422.
HSL color Cylindrical-coordinate representation of color #0E7DB2: hue angle of 199.39º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E7DB2 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 125 | 178 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.30 |
| HSL | 199.39º | 0.85% | 0.38% | - |
| HSV(B) | 199.39º | 0.92% | 0.7% | - |
| XYZ | 15.55 | 17.97 | 44.77 | - |
| YUV | 97.85 | 173.23 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 125 | 178 | 0.92 | 0.30 | 0 | 0.30 | 199.39 | 0.85 | 0.38 |
| Hex | E | 7D | B2 | 5C | 1E | 0 | 1E | C7 | 55 | 26 |
| Octal | 16 | 175 | 262 | 134 | 36 | 0 | 36 | 307 | 125 | 46 |
| Binary | 1110 | 1111101 | 10110010 | 1011100 | 11110 | 0 | 11110 | 11000111 | 1010101 | 100110 |
Color Harmonies of #0E7DB2
Complementary color
Monochromatic Colors of #0E7DB2
Black with #0E7DB2
Text Example
Text Example
White with #0E7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7DB2; }
p { color: rgb(14,125,178); }
H1.HeaderClassName
{
color: #0E7DB2;
}
.AnyTagClassName
{
color: #0E7DB2;
}
</style>
background-color css
<style>
a { background-color: #0E7DB2; }
a { background-color: rgb(14,125,178); }
div.DivClassName
{
background-color: #0E7DB2;
}
.BgClassName
{
background-color: #0E7DB2;
}
</style>
border-color css
<style>
span { border-color: #0E7DB2; }
span { border-color: rgb(14,125,178); }
td.TdClassName
{
border-color: #0E7DB2;
}
.TagClassName
{
border-color: #0E7DB2;
}
</style>