Shades of Dodger Blue #0F8DDF
Tints of Dodger Blue #0F8DDF
RGB
CMYK
RGB Variations
Color information
#0F8DDF (or 0x0F8DDF) is known color: Dodger Blue. HEX triplet: 0F, 8D and DF. RGB value is (15,141,223). Sum of RGB (Red+Green+Blue) = 15+141+223=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F8DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8DDF is #F07220. Grayscale: #707070. Windows color (decimal): -15757857 or 14650639. OLE color: 14650639.
HSL color Cylindrical-coordinate representation of color #0F8DDF: hue angle of 203.65º 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 #0F8DDF is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 141 | 223 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.13 |
| HSL | 203.65º | 0.87% | 0.47% | - |
| HSV(B) | 203.65º | 0.93% | 0.87% | - |
| XYZ | 23.04 | 24.48 | 73.32 | - |
| YUV | 112.67 | 190.26 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 223 | 0.93 | 0.37 | 0 | 0.13 | 203.65 | 0.87 | 0.47 |
| Hex | F | 8D | DF | 5D | 25 | 0 | D | CC | 57 | 2F |
| Octal | 17 | 215 | 337 | 135 | 45 | 0 | 15 | 314 | 127 | 57 |
| Binary | 1111 | 10001101 | 11011111 | 1011101 | 100101 | 0 | 1101 | 11001100 | 1010111 | 101111 |
Color Harmonies of #0F8DDF
Complementary color
Monochromatic Colors of #0F8DDF
Black with #0F8DDF
Text Example
Text Example
White with #0F8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8DDF; }
p { color: rgb(15,141,223); }
H1.HeaderClassName
{
color: #0F8DDF;
}
.AnyTagClassName
{
color: #0F8DDF;
}
</style>
background-color css
<style>
a { background-color: #0F8DDF; }
a { background-color: rgb(15,141,223); }
div.DivClassName
{
background-color: #0F8DDF;
}
.BgClassName
{
background-color: #0F8DDF;
}
</style>
border-color css
<style>
span { border-color: #0F8DDF; }
span { border-color: rgb(15,141,223); }
td.TdClassName
{
border-color: #0F8DDF;
}
.TagClassName
{
border-color: #0F8DDF;
}
</style>