Shades of Dodger Blue #0B6DFE
Tints of Dodger Blue #0B6DFE
RGB
CMYK
RGB Variations
Color information
#0B6DFE (or 0x0B6DFE) is known color: Dodger Blue. HEX triplet: 0B, 6D and FE. RGB value is (11,109,254). Sum of RGB (Red+Green+Blue) = 11+109+254=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B6DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6DFE is #F49201. Grayscale: #5F5F5F. Windows color (decimal): -16028162 or 16674059. OLE color: 16674059.
HSL color Cylindrical-coordinate representation of color #0B6DFE: hue angle of 215.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B6DFE is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 109 | 254 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.00 |
| HSL | 215.8º | 0.99% | 0.52% | - |
| HSV(B) | 215.8º | 0.96% | 1% | - |
| XYZ | 23.5 | 18.16 | 96.03 | - |
| YUV | 96.23 | 217.03 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 109 | 254 | 0.96 | 0.57 | 0 | 0.00 | 215.8 | 0.99 | 0.52 |
| Hex | B | 6D | FE | 60 | 39 | 0 | 0 | D8 | 63 | 34 |
| Octal | 13 | 155 | 376 | 140 | 71 | 0 | 0 | 330 | 143 | 64 |
| Binary | 1011 | 1101101 | 11111110 | 1100000 | 111001 | 0 | 0 | 11011000 | 1100011 | 110100 |
Color Harmonies of #0B6DFE
Complementary color
Monochromatic Colors of #0B6DFE
Black with #0B6DFE
Text Example
Text Example
White with #0B6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6DFE; }
p { color: rgb(11,109,254); }
H1.HeaderClassName
{
color: #0B6DFE;
}
.AnyTagClassName
{
color: #0B6DFE;
}
</style>
background-color css
<style>
a { background-color: #0B6DFE; }
a { background-color: rgb(11,109,254); }
div.DivClassName
{
background-color: #0B6DFE;
}
.BgClassName
{
background-color: #0B6DFE;
}
</style>
border-color css
<style>
span { border-color: #0B6DFE; }
span { border-color: rgb(11,109,254); }
td.TdClassName
{
border-color: #0B6DFE;
}
.TagClassName
{
border-color: #0B6DFE;
}
</style>