Shades of Dodger Blue #0F8FFC
Tints of Dodger Blue #0F8FFC
RGB
CMYK
RGB Variations
Color information
#0F8FFC (or 0x0F8FFC) is known color: Dodger Blue. HEX triplet: 0F, 8F and FC. RGB value is (15,143,252). Sum of RGB (Red+Green+Blue) = 15+143+252=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F8FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8FFC is #F07003. Grayscale: #747474. Windows color (decimal): -15757316 or 16551695. OLE color: 16551695.
HSL color Cylindrical-coordinate representation of color #0F8FFC: hue angle of 207.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F8FFC is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 143 | 252 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.01 |
| HSL | 207.59º | 0.98% | 0.52% | - |
| HSV(B) | 207.59º | 0.94% | 0.99% | - |
| XYZ | 27.59 | 26.77 | 95.81 | - |
| YUV | 117.15 | 204.09 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 143 | 252 | 0.94 | 0.43 | 0 | 0.01 | 207.59 | 0.98 | 0.52 |
| Hex | F | 8F | FC | 5E | 2B | 0 | 1 | D0 | 62 | 34 |
| Octal | 17 | 217 | 374 | 136 | 53 | 0 | 1 | 320 | 142 | 64 |
| Binary | 1111 | 10001111 | 11111100 | 1011110 | 101011 | 0 | 1 | 11010000 | 1100010 | 110100 |
Color Harmonies of #0F8FFC
Complementary color
Monochromatic Colors of #0F8FFC
Black with #0F8FFC
Text Example
Text Example
White with #0F8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8FFC; }
p { color: rgb(15,143,252); }
H1.HeaderClassName
{
color: #0F8FFC;
}
.AnyTagClassName
{
color: #0F8FFC;
}
</style>
background-color css
<style>
a { background-color: #0F8FFC; }
a { background-color: rgb(15,143,252); }
div.DivClassName
{
background-color: #0F8FFC;
}
.BgClassName
{
background-color: #0F8FFC;
}
</style>
border-color css
<style>
span { border-color: #0F8FFC; }
span { border-color: rgb(15,143,252); }
td.TdClassName
{
border-color: #0F8FFC;
}
.TagClassName
{
border-color: #0F8FFC;
}
</style>