Shades of Dodger Blue #0F71FE
Tints of Dodger Blue #0F71FE
RGB
CMYK
RGB Variations
Color information
#0F71FE (or 0x0F71FE) is known color: Dodger Blue. HEX triplet: 0F, 71 and FE. RGB value is (15,113,254). Sum of RGB (Red+Green+Blue) = 15+113+254=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F71FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F71FE is #F08E01. Grayscale: #636363. Windows color (decimal): -15764994 or 16675087. OLE color: 16675087.
HSL color Cylindrical-coordinate representation of color #0F71FE: hue angle of 215.4º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F71FE is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 113 | 254 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.00 |
| HSL | 215.4º | 0.99% | 0.53% | - |
| HSV(B) | 215.4º | 0.94% | 1% | - |
| XYZ | 23.99 | 19.07 | 96.18 | - |
| YUV | 99.77 | 215.03 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 254 | 0.94 | 0.56 | 0 | 0.00 | 215.4 | 0.99 | 0.53 |
| Hex | F | 71 | FE | 5E | 38 | 0 | 0 | D7 | 63 | 35 |
| Octal | 17 | 161 | 376 | 136 | 70 | 0 | 0 | 327 | 143 | 65 |
| Binary | 1111 | 1110001 | 11111110 | 1011110 | 111000 | 0 | 0 | 11010111 | 1100011 | 110101 |
Color Harmonies of #0F71FE
Complementary color
Monochromatic Colors of #0F71FE
Black with #0F71FE
Text Example
Text Example
White with #0F71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F71FE; }
p { color: rgb(15,113,254); }
H1.HeaderClassName
{
color: #0F71FE;
}
.AnyTagClassName
{
color: #0F71FE;
}
</style>
background-color css
<style>
a { background-color: #0F71FE; }
a { background-color: rgb(15,113,254); }
div.DivClassName
{
background-color: #0F71FE;
}
.BgClassName
{
background-color: #0F71FE;
}
</style>
border-color css
<style>
span { border-color: #0F71FE; }
span { border-color: rgb(15,113,254); }
td.TdClassName
{
border-color: #0F71FE;
}
.TagClassName
{
border-color: #0F71FE;
}
</style>