Shades of Cerulean #0F82BC
Tints of Cerulean #0F82BC
RGB
CMYK
RGB Variations
Color information
#0F82BC (or 0x0F82BC) is known color: Cerulean. HEX triplet: 0F, 82 and BC. RGB value is (15,130,188). Sum of RGB (Red+Green+Blue) = 15+130+188=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F82BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F82BC is #F07D43. Grayscale: #656565. Windows color (decimal): -15760708 or 12354063. OLE color: 12354063.
HSL color Cylindrical-coordinate representation of color #0F82BC: hue angle of 200.12º 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 #0F82BC is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 130 | 188 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.26 |
| HSL | 200.12º | 0.85% | 0.4% | - |
| HSV(B) | 200.12º | 0.92% | 0.74% | - |
| XYZ | 17.26 | 19.7 | 50.47 | - |
| YUV | 102.23 | 176.4 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 188 | 0.92 | 0.31 | 0 | 0.26 | 200.12 | 0.85 | 0.4 |
| Hex | F | 82 | BC | 5C | 1F | 0 | 1A | C8 | 55 | 28 |
| Octal | 17 | 202 | 274 | 134 | 37 | 0 | 32 | 310 | 125 | 50 |
| Binary | 1111 | 10000010 | 10111100 | 1011100 | 11111 | 0 | 11010 | 11001000 | 1010101 | 101000 |
Color Harmonies of #0F82BC
Complementary color
Monochromatic Colors of #0F82BC
Black with #0F82BC
Text Example
Text Example
White with #0F82BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F82BC; }
p { color: rgb(15,130,188); }
H1.HeaderClassName
{
color: #0F82BC;
}
.AnyTagClassName
{
color: #0F82BC;
}
</style>
background-color css
<style>
a { background-color: #0F82BC; }
a { background-color: rgb(15,130,188); }
div.DivClassName
{
background-color: #0F82BC;
}
.BgClassName
{
background-color: #0F82BC;
}
</style>
border-color css
<style>
span { border-color: #0F82BC; }
span { border-color: rgb(15,130,188); }
td.TdClassName
{
border-color: #0F82BC;
}
.TagClassName
{
border-color: #0F82BC;
}
</style>