Shades of Dodger Blue #0F6FFD
Tints of Dodger Blue #0F6FFD
RGB
CMYK
RGB Variations
Color information
#0F6FFD (or 0x0F6FFD) is known color: Dodger Blue. HEX triplet: 0F, 6F and FD. RGB value is (15,111,253). Sum of RGB (Red+Green+Blue) = 15+111+253=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F6FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6FFD is #F09002. Grayscale: #616161. Windows color (decimal): -15765507 or 16609039. OLE color: 16609039.
HSL color Cylindrical-coordinate representation of color #0F6FFD: hue angle of 215.8º 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 #0F6FFD is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 111 | 253 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.01 |
| HSL | 215.8º | 0.98% | 0.53% | - |
| HSV(B) | 215.8º | 0.94% | 0.99% | - |
| XYZ | 23.61 | 18.56 | 95.27 | - |
| YUV | 98.48 | 215.2 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 253 | 0.94 | 0.56 | 0 | 0.01 | 215.8 | 0.98 | 0.53 |
| Hex | F | 6F | FD | 5E | 38 | 0 | 1 | D8 | 62 | 35 |
| Octal | 17 | 157 | 375 | 136 | 70 | 0 | 1 | 330 | 142 | 65 |
| Binary | 1111 | 1101111 | 11111101 | 1011110 | 111000 | 0 | 1 | 11011000 | 1100010 | 110101 |
Color Harmonies of #0F6FFD
Complementary color
Monochromatic Colors of #0F6FFD
Black with #0F6FFD
Text Example
Text Example
White with #0F6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6FFD; }
p { color: rgb(15,111,253); }
H1.HeaderClassName
{
color: #0F6FFD;
}
.AnyTagClassName
{
color: #0F6FFD;
}
</style>
background-color css
<style>
a { background-color: #0F6FFD; }
a { background-color: rgb(15,111,253); }
div.DivClassName
{
background-color: #0F6FFD;
}
.BgClassName
{
background-color: #0F6FFD;
}
</style>
border-color css
<style>
span { border-color: #0F6FFD; }
span { border-color: rgb(15,111,253); }
td.TdClassName
{
border-color: #0F6FFD;
}
.TagClassName
{
border-color: #0F6FFD;
}
</style>