Shades of Dodger Blue #0B6CFF
Tints of Dodger Blue #0B6CFF
RGB
CMYK
RGB Variations
Color information
#0B6CFF (or 0x0B6CFF) is known color: Dodger Blue. HEX triplet: 0B, 6C and FF. RGB value is (11,108,255). Sum of RGB (Red+Green+Blue) = 11+108+255=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B6CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6CFF is #F49300. Grayscale: #5F5F5F. Windows color (decimal): -16028417 or 16739339. OLE color: 16739339.
HSL color Cylindrical-coordinate representation of color #0B6CFF: hue angle of 216.15º 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 #0B6CFF is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 108 | 255 | - |
| CMYK | 0.96 | 0.58 | 0 | 0 |
| HSL | 216.15º | 1% | 0.52% | - |
| HSV(B) | 216.15º | 0.96% | 1% | - |
| XYZ | 23.55 | 18.02 | 96.84 | - |
| YUV | 95.76 | 217.86 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 108 | 255 | 0.96 | 0.58 | 0 | 0 | 216.15 | 1 | 0.52 |
| Hex | B | 6C | FF | 60 | 3A | 0 | 0 | D8 | 64 | 34 |
| Octal | 13 | 154 | 377 | 140 | 72 | 0 | 0 | 330 | 144 | 64 |
| Binary | 1011 | 1101100 | 11111111 | 1100000 | 111010 | 0 | 0 | 11011000 | 1100100 | 110100 |
Color Harmonies of #0B6CFF
Complementary color
Monochromatic Colors of #0B6CFF
Black with #0B6CFF
Text Example
Text Example
White with #0B6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6CFF; }
p { color: rgb(11,108,255); }
H1.HeaderClassName
{
color: #0B6CFF;
}
.AnyTagClassName
{
color: #0B6CFF;
}
</style>
background-color css
<style>
a { background-color: #0B6CFF; }
a { background-color: rgb(11,108,255); }
div.DivClassName
{
background-color: #0B6CFF;
}
.BgClassName
{
background-color: #0B6CFF;
}
</style>
border-color css
<style>
span { border-color: #0B6CFF; }
span { border-color: rgb(11,108,255); }
td.TdClassName
{
border-color: #0B6CFF;
}
.TagClassName
{
border-color: #0B6CFF;
}
</style>