Shades of Dodger Blue #0F7FFF
Tints of Dodger Blue #0F7FFF
RGB
CMYK
RGB Variations
Color information
#0F7FFF (or 0x0F7FFF) is known color: Dodger Blue. HEX triplet: 0F, 7F and FF. RGB value is (15,127,255). Sum of RGB (Red+Green+Blue) = 15+127+255=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F7FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7FFF is #F08000. Grayscale: #6B6B6B. Windows color (decimal): -15761409 or 16744207. OLE color: 16744207.
HSL color Cylindrical-coordinate representation of color #0F7FFF: hue angle of 212º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7FFF is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 127 | 255 | - |
| CMYK | 0.94 | 0.50 | 0 | 0 |
| HSL | 212º | 1% | 0.53% | - |
| HSV(B) | 212º | 0.94% | 1% | - |
| XYZ | 25.84 | 22.5 | 97.59 | - |
| YUV | 108.1 | 210.89 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 127 | 255 | 0.94 | 0.50 | 0 | 0 | 212 | 1 | 0.53 |
| Hex | F | 7F | FF | 5E | 32 | 0 | 0 | D4 | 64 | 35 |
| Octal | 17 | 177 | 377 | 136 | 62 | 0 | 0 | 324 | 144 | 65 |
| Binary | 1111 | 1111111 | 11111111 | 1011110 | 110010 | 0 | 0 | 11010100 | 1100100 | 110101 |
Color Harmonies of #0F7FFF
Complementary color
Monochromatic Colors of #0F7FFF
Black with #0F7FFF
Text Example
Text Example
White with #0F7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7FFF; }
p { color: rgb(15,127,255); }
H1.HeaderClassName
{
color: #0F7FFF;
}
.AnyTagClassName
{
color: #0F7FFF;
}
</style>
background-color css
<style>
a { background-color: #0F7FFF; }
a { background-color: rgb(15,127,255); }
div.DivClassName
{
background-color: #0F7FFF;
}
.BgClassName
{
background-color: #0F7FFF;
}
</style>
border-color css
<style>
span { border-color: #0F7FFF; }
span { border-color: rgb(15,127,255); }
td.TdClassName
{
border-color: #0F7FFF;
}
.TagClassName
{
border-color: #0F7FFF;
}
</style>