Shades of Dodger Blue #0F6BFF
Tints of Dodger Blue #0F6BFF
RGB
CMYK
RGB Variations
Color information
#0F6BFF (or 0x0F6BFF) is known color: Dodger Blue. HEX triplet: 0F, 6B and FF. RGB value is (15,107,255). Sum of RGB (Red+Green+Blue) = 15+107+255=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F6BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6BFF is #F09400. Grayscale: #5F5F5F. Windows color (decimal): -15766529 or 16739087. OLE color: 16739087.
HSL color Cylindrical-coordinate representation of color #0F6BFF: hue angle of 217º 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 #0F6BFF is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 107 | 255 | - |
| CMYK | 0.94 | 0.58 | 0 | 0 |
| HSL | 217º | 1% | 0.53% | - |
| HSV(B) | 217º | 0.94% | 1% | - |
| XYZ | 23.5 | 17.84 | 96.81 | - |
| YUV | 96.36 | 217.52 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 255 | 0.94 | 0.58 | 0 | 0 | 217 | 1 | 0.53 |
| Hex | F | 6B | FF | 5E | 3A | 0 | 0 | D9 | 64 | 35 |
| Octal | 17 | 153 | 377 | 136 | 72 | 0 | 0 | 331 | 144 | 65 |
| Binary | 1111 | 1101011 | 11111111 | 1011110 | 111010 | 0 | 0 | 11011001 | 1100100 | 110101 |
Color Harmonies of #0F6BFF
Complementary color
Monochromatic Colors of #0F6BFF
Black with #0F6BFF
Text Example
Text Example
White with #0F6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6BFF; }
p { color: rgb(15,107,255); }
H1.HeaderClassName
{
color: #0F6BFF;
}
.AnyTagClassName
{
color: #0F6BFF;
}
</style>
background-color css
<style>
a { background-color: #0F6BFF; }
a { background-color: rgb(15,107,255); }
div.DivClassName
{
background-color: #0F6BFF;
}
.BgClassName
{
background-color: #0F6BFF;
}
</style>
border-color css
<style>
span { border-color: #0F6BFF; }
span { border-color: rgb(15,107,255); }
td.TdClassName
{
border-color: #0F6BFF;
}
.TagClassName
{
border-color: #0F6BFF;
}
</style>