Shades of Dodger Blue #0F5DFF
Tints of Dodger Blue #0F5DFF
RGB
CMYK
RGB Variations
Color information
#0F5DFF (or 0x0F5DFF) is known color: Dodger Blue. HEX triplet: 0F, 5D and FF. RGB value is (15,93,255). Sum of RGB (Red+Green+Blue) = 15+93+255=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F5DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5DFF is #F0A200. Grayscale: #575757. Windows color (decimal): -15770113 or 16735503. OLE color: 16735503.
HSL color Cylindrical-coordinate representation of color #0F5DFF: hue angle of 220.5º 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 #0F5DFF is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 93 | 255 | - |
| CMYK | 0.94 | 0.64 | 0 | 0 |
| HSL | 220.5º | 1% | 0.53% | - |
| HSV(B) | 220.5º | 0.94% | 1% | - |
| XYZ | 22.16 | 15.15 | 96.36 | - |
| YUV | 88.15 | 222.16 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 255 | 0.94 | 0.64 | 0 | 0 | 220.5 | 1 | 0.53 |
| Hex | F | 5D | FF | 5E | 40 | 0 | 0 | DC | 64 | 35 |
| Octal | 17 | 135 | 377 | 136 | 100 | 0 | 0 | 334 | 144 | 65 |
| Binary | 1111 | 1011101 | 11111111 | 1011110 | 1000000 | 0 | 0 | 11011100 | 1100100 | 110101 |
Color Harmonies of #0F5DFF
Complementary color
Monochromatic Colors of #0F5DFF
Black with #0F5DFF
Text Example
Text Example
White with #0F5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5DFF; }
p { color: rgb(15,93,255); }
H1.HeaderClassName
{
color: #0F5DFF;
}
.AnyTagClassName
{
color: #0F5DFF;
}
</style>
background-color css
<style>
a { background-color: #0F5DFF; }
a { background-color: rgb(15,93,255); }
div.DivClassName
{
background-color: #0F5DFF;
}
.BgClassName
{
background-color: #0F5DFF;
}
</style>
border-color css
<style>
span { border-color: #0F5DFF; }
span { border-color: rgb(15,93,255); }
td.TdClassName
{
border-color: #0F5DFF;
}
.TagClassName
{
border-color: #0F5DFF;
}
</style>