Shades of Dodger Blue #0B60FF
Tints of Dodger Blue #0B60FF
RGB
CMYK
RGB Variations
Color information
#0B60FF (or 0x0B60FF) is known color: Dodger Blue. HEX triplet: 0B, 60 and FF. RGB value is (11,96,255). Sum of RGB (Red+Green+Blue) = 11+96+255=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B60FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B60FF is #F49F00. Grayscale: #575757. Windows color (decimal): -16031489 or 16736267. OLE color: 16736267.
HSL color Cylindrical-coordinate representation of color #0B60FF: hue angle of 219.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B60FF is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 96 | 255 | - |
| CMYK | 0.96 | 0.62 | 0 | 0 |
| HSL | 219.1º | 1% | 0.52% | - |
| HSV(B) | 219.1º | 0.96% | 1% | - |
| XYZ | 22.37 | 15.66 | 96.45 | - |
| YUV | 88.71 | 221.84 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 255 | 0.96 | 0.62 | 0 | 0 | 219.1 | 1 | 0.52 |
| Hex | B | 60 | FF | 60 | 3E | 0 | 0 | DB | 64 | 34 |
| Octal | 13 | 140 | 377 | 140 | 76 | 0 | 0 | 333 | 144 | 64 |
| Binary | 1011 | 1100000 | 11111111 | 1100000 | 111110 | 0 | 0 | 11011011 | 1100100 | 110100 |
Color Harmonies of #0B60FF
Complementary color
Monochromatic Colors of #0B60FF
Black with #0B60FF
Text Example
Text Example
White with #0B60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B60FF; }
p { color: rgb(11,96,255); }
H1.HeaderClassName
{
color: #0B60FF;
}
.AnyTagClassName
{
color: #0B60FF;
}
</style>
background-color css
<style>
a { background-color: #0B60FF; }
a { background-color: rgb(11,96,255); }
div.DivClassName
{
background-color: #0B60FF;
}
.BgClassName
{
background-color: #0B60FF;
}
</style>
border-color css
<style>
span { border-color: #0B60FF; }
span { border-color: rgb(11,96,255); }
td.TdClassName
{
border-color: #0B60FF;
}
.TagClassName
{
border-color: #0B60FF;
}
</style>