Shades of Cerulean #0F7DBD
Tints of Cerulean #0F7DBD
RGB
CMYK
RGB Variations
Color information
#0F7DBD (or 0x0F7DBD) is known color: Cerulean. HEX triplet: 0F, 7D and BD. RGB value is (15,125,189). Sum of RGB (Red+Green+Blue) = 15+125+189=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F7DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7DBD is #F08242. Grayscale: #636363. Windows color (decimal): -15761987 or 12418319. OLE color: 12418319.
HSL color Cylindrical-coordinate representation of color #0F7DBD: hue angle of 202.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7DBD is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 125 | 189 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.26 |
| HSL | 202.07º | 0.85% | 0.4% | - |
| HSV(B) | 202.07º | 0.92% | 0.74% | - |
| XYZ | 16.72 | 18.44 | 50.82 | - |
| YUV | 99.41 | 178.56 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 125 | 189 | 0.92 | 0.34 | 0 | 0.26 | 202.07 | 0.85 | 0.4 |
| Hex | F | 7D | BD | 5C | 22 | 0 | 1A | CA | 55 | 28 |
| Octal | 17 | 175 | 275 | 134 | 42 | 0 | 32 | 312 | 125 | 50 |
| Binary | 1111 | 1111101 | 10111101 | 1011100 | 100010 | 0 | 11010 | 11001010 | 1010101 | 101000 |
Color Harmonies of #0F7DBD
Complementary color
Monochromatic Colors of #0F7DBD
Black with #0F7DBD
Text Example
Text Example
White with #0F7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7DBD; }
p { color: rgb(15,125,189); }
H1.HeaderClassName
{
color: #0F7DBD;
}
.AnyTagClassName
{
color: #0F7DBD;
}
</style>
background-color css
<style>
a { background-color: #0F7DBD; }
a { background-color: rgb(15,125,189); }
div.DivClassName
{
background-color: #0F7DBD;
}
.BgClassName
{
background-color: #0F7DBD;
}
</style>
border-color css
<style>
span { border-color: #0F7DBD; }
span { border-color: rgb(15,125,189); }
td.TdClassName
{
border-color: #0F7DBD;
}
.TagClassName
{
border-color: #0F7DBD;
}
</style>