Shades of Dodger Blue #0F5EFF
Tints of Dodger Blue #0F5EFF
RGB
CMYK
RGB Variations
Color information
#0F5EFF (or 0x0F5EFF) is known color: Dodger Blue. HEX triplet: 0F, 5E and FF. RGB value is (15,94,255). Sum of RGB (Red+Green+Blue) = 15+94+255=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F5EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5EFF is #F0A100. Grayscale: #585858. Windows color (decimal): -15769857 or 16735759. OLE color: 16735759.
HSL color Cylindrical-coordinate representation of color #0F5EFF: hue angle of 220.25º 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 #0F5EFF is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 94 | 255 | - |
| CMYK | 0.94 | 0.63 | 0 | 0 |
| HSL | 220.25º | 1% | 0.53% | - |
| HSV(B) | 220.25º | 0.94% | 1% | - |
| XYZ | 22.25 | 15.33 | 96.39 | - |
| YUV | 88.73 | 221.83 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 94 | 255 | 0.94 | 0.63 | 0 | 0 | 220.25 | 1 | 0.53 |
| Hex | F | 5E | FF | 5E | 3F | 0 | 0 | DC | 64 | 35 |
| Octal | 17 | 136 | 377 | 136 | 77 | 0 | 0 | 334 | 144 | 65 |
| Binary | 1111 | 1011110 | 11111111 | 1011110 | 111111 | 0 | 0 | 11011100 | 1100100 | 110101 |
Color Harmonies of #0F5EFF
Complementary color
Monochromatic Colors of #0F5EFF
Black with #0F5EFF
Text Example
Text Example
White with #0F5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5EFF; }
p { color: rgb(15,94,255); }
H1.HeaderClassName
{
color: #0F5EFF;
}
.AnyTagClassName
{
color: #0F5EFF;
}
</style>
background-color css
<style>
a { background-color: #0F5EFF; }
a { background-color: rgb(15,94,255); }
div.DivClassName
{
background-color: #0F5EFF;
}
.BgClassName
{
background-color: #0F5EFF;
}
</style>
border-color css
<style>
span { border-color: #0F5EFF; }
span { border-color: rgb(15,94,255); }
td.TdClassName
{
border-color: #0F5EFF;
}
.TagClassName
{
border-color: #0F5EFF;
}
</style>