Shades of Dodger Blue #0F8BDF
Tints of Dodger Blue #0F8BDF
RGB
CMYK
RGB Variations
Color information
#0F8BDF (or 0x0F8BDF) is known color: Dodger Blue. HEX triplet: 0F, 8B and DF. RGB value is (15,139,223). Sum of RGB (Red+Green+Blue) = 15+139+223=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F8BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8BDF is #F07420. Grayscale: #6F6F6F. Windows color (decimal): -15758369 or 14650127. OLE color: 14650127.
HSL color Cylindrical-coordinate representation of color #0F8BDF: hue angle of 204.23º 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 #0F8BDF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 139 | 223 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.13 |
| HSL | 204.23º | 0.87% | 0.47% | - |
| HSV(B) | 204.23º | 0.93% | 0.87% | - |
| XYZ | 22.75 | 23.89 | 73.23 | - |
| YUV | 111.5 | 190.92 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 223 | 0.93 | 0.38 | 0 | 0.13 | 204.23 | 0.87 | 0.47 |
| Hex | F | 8B | DF | 5D | 26 | 0 | D | CC | 57 | 2F |
| Octal | 17 | 213 | 337 | 135 | 46 | 0 | 15 | 314 | 127 | 57 |
| Binary | 1111 | 10001011 | 11011111 | 1011101 | 100110 | 0 | 1101 | 11001100 | 1010111 | 101111 |
Color Harmonies of #0F8BDF
Complementary color
Monochromatic Colors of #0F8BDF
Black with #0F8BDF
Text Example
Text Example
White with #0F8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8BDF; }
p { color: rgb(15,139,223); }
H1.HeaderClassName
{
color: #0F8BDF;
}
.AnyTagClassName
{
color: #0F8BDF;
}
</style>
background-color css
<style>
a { background-color: #0F8BDF; }
a { background-color: rgb(15,139,223); }
div.DivClassName
{
background-color: #0F8BDF;
}
.BgClassName
{
background-color: #0F8BDF;
}
</style>
border-color css
<style>
span { border-color: #0F8BDF; }
span { border-color: rgb(15,139,223); }
td.TdClassName
{
border-color: #0F8BDF;
}
.TagClassName
{
border-color: #0F8BDF;
}
</style>