Shades of Dodger Blue #0F7BFE
Tints of Dodger Blue #0F7BFE
RGB
CMYK
RGB Variations
Color information
#0F7BFE (or 0x0F7BFE) is known color: Dodger Blue. HEX triplet: 0F, 7B and FE. RGB value is (15,123,254). Sum of RGB (Red+Green+Blue) = 15+123+254=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F7BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7BFE is #F08401. Grayscale: #696969. Windows color (decimal): -15762434 or 16677647. OLE color: 16677647.
HSL color Cylindrical-coordinate representation of color #0F7BFE: hue angle of 212.89º 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 #0F7BFE is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 123 | 254 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.00 |
| HSL | 212.89º | 0.99% | 0.53% | - |
| HSV(B) | 212.89º | 0.94% | 1% | - |
| XYZ | 25.17 | 21.42 | 96.57 | - |
| YUV | 105.64 | 211.72 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 254 | 0.94 | 0.52 | 0 | 0.00 | 212.89 | 0.99 | 0.53 |
| Hex | F | 7B | FE | 5E | 34 | 0 | 0 | D5 | 63 | 35 |
| Octal | 17 | 173 | 376 | 136 | 64 | 0 | 0 | 325 | 143 | 65 |
| Binary | 1111 | 1111011 | 11111110 | 1011110 | 110100 | 0 | 0 | 11010101 | 1100011 | 110101 |
Color Harmonies of #0F7BFE
Complementary color
Monochromatic Colors of #0F7BFE
Black with #0F7BFE
Text Example
Text Example
White with #0F7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7BFE; }
p { color: rgb(15,123,254); }
H1.HeaderClassName
{
color: #0F7BFE;
}
.AnyTagClassName
{
color: #0F7BFE;
}
</style>
background-color css
<style>
a { background-color: #0F7BFE; }
a { background-color: rgb(15,123,254); }
div.DivClassName
{
background-color: #0F7BFE;
}
.BgClassName
{
background-color: #0F7BFE;
}
</style>
border-color css
<style>
span { border-color: #0F7BFE; }
span { border-color: rgb(15,123,254); }
td.TdClassName
{
border-color: #0F7BFE;
}
.TagClassName
{
border-color: #0F7BFE;
}
</style>