Shades of Dodger Blue #0F5FFD
Tints of Dodger Blue #0F5FFD
RGB
CMYK
RGB Variations
Color information
#0F5FFD (or 0x0F5FFD) is known color: Dodger Blue. HEX triplet: 0F, 5F and FD. RGB value is (15,95,253). Sum of RGB (Red+Green+Blue) = 15+95+253=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F5FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5FFD is #F0A002. Grayscale: #585858. Windows color (decimal): -15769603 or 16604943. OLE color: 16604943.
HSL color Cylindrical-coordinate representation of color #0F5FFD: hue angle of 219.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F5FFD is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 95 | 253 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.01 |
| HSL | 219.83º | 0.98% | 0.53% | - |
| HSV(B) | 219.83º | 0.94% | 0.99% | - |
| XYZ | 22.02 | 15.38 | 94.74 | - |
| YUV | 89.09 | 220.5 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 95 | 253 | 0.94 | 0.62 | 0 | 0.01 | 219.83 | 0.98 | 0.53 |
| Hex | F | 5F | FD | 5E | 3E | 0 | 1 | DC | 62 | 35 |
| Octal | 17 | 137 | 375 | 136 | 76 | 0 | 1 | 334 | 142 | 65 |
| Binary | 1111 | 1011111 | 11111101 | 1011110 | 111110 | 0 | 1 | 11011100 | 1100010 | 110101 |
Color Harmonies of #0F5FFD
Complementary color
Monochromatic Colors of #0F5FFD
Black with #0F5FFD
Text Example
Text Example
White with #0F5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5FFD; }
p { color: rgb(15,95,253); }
H1.HeaderClassName
{
color: #0F5FFD;
}
.AnyTagClassName
{
color: #0F5FFD;
}
</style>
background-color css
<style>
a { background-color: #0F5FFD; }
a { background-color: rgb(15,95,253); }
div.DivClassName
{
background-color: #0F5FFD;
}
.BgClassName
{
background-color: #0F5FFD;
}
</style>
border-color css
<style>
span { border-color: #0F5FFD; }
span { border-color: rgb(15,95,253); }
td.TdClassName
{
border-color: #0F5FFD;
}
.TagClassName
{
border-color: #0F5FFD;
}
</style>