Shades of Dodger Blue #0F8FDF
Tints of Dodger Blue #0F8FDF
RGB
CMYK
RGB Variations
Color information
#0F8FDF (or 0x0F8FDF) is known color: Dodger Blue. HEX triplet: 0F, 8F and DF. RGB value is (15,143,223). Sum of RGB (Red+Green+Blue) = 15+143+223=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F8FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8FDF is #F07020. Grayscale: #717171. Windows color (decimal): -15757345 or 14651151. OLE color: 14651151.
HSL color Cylindrical-coordinate representation of color #0F8FDF: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8FDF is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 143 | 223 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.13 |
| HSL | 203.08º | 0.87% | 0.47% | - |
| HSV(B) | 203.08º | 0.93% | 0.87% | - |
| XYZ | 23.34 | 25.07 | 73.42 | - |
| YUV | 113.85 | 189.59 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 143 | 223 | 0.93 | 0.36 | 0 | 0.13 | 203.08 | 0.87 | 0.47 |
| Hex | F | 8F | DF | 5D | 24 | 0 | D | CB | 57 | 2F |
| Octal | 17 | 217 | 337 | 135 | 44 | 0 | 15 | 313 | 127 | 57 |
| Binary | 1111 | 10001111 | 11011111 | 1011101 | 100100 | 0 | 1101 | 11001011 | 1010111 | 101111 |
Color Harmonies of #0F8FDF
Complementary color
Monochromatic Colors of #0F8FDF
Black with #0F8FDF
Text Example
Text Example
White with #0F8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8FDF; }
p { color: rgb(15,143,223); }
H1.HeaderClassName
{
color: #0F8FDF;
}
.AnyTagClassName
{
color: #0F8FDF;
}
</style>
background-color css
<style>
a { background-color: #0F8FDF; }
a { background-color: rgb(15,143,223); }
div.DivClassName
{
background-color: #0F8FDF;
}
.BgClassName
{
background-color: #0F8FDF;
}
</style>
border-color css
<style>
span { border-color: #0F8FDF; }
span { border-color: rgb(15,143,223); }
td.TdClassName
{
border-color: #0F8FDF;
}
.TagClassName
{
border-color: #0F8FDF;
}
</style>