Shades of Dodger Blue #0B6CFB
Tints of Dodger Blue #0B6CFB
RGB
CMYK
RGB Variations
Color information
#0B6CFB (or 0x0B6CFB) is known color: Dodger Blue. HEX triplet: 0B, 6C and FB. RGB value is (11,108,251). Sum of RGB (Red+Green+Blue) = 11+108+251=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B6CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6CFB is #F49304. Grayscale: #5E5E5E. Windows color (decimal): -16028421 or 16477195. OLE color: 16477195.
HSL color Cylindrical-coordinate representation of color #0B6CFB: hue angle of 215.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B6CFB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 108 | 251 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.02 |
| HSL | 215.75º | 0.97% | 0.51% | - |
| HSV(B) | 215.75º | 0.96% | 0.98% | - |
| XYZ | 22.91 | 17.76 | 93.49 | - |
| YUV | 95.3 | 215.86 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 108 | 251 | 0.96 | 0.57 | 0 | 0.02 | 215.75 | 0.97 | 0.51 |
| Hex | B | 6C | FB | 60 | 39 | 0 | 2 | D8 | 61 | 33 |
| Octal | 13 | 154 | 373 | 140 | 71 | 0 | 2 | 330 | 141 | 63 |
| Binary | 1011 | 1101100 | 11111011 | 1100000 | 111001 | 0 | 10 | 11011000 | 1100001 | 110011 |
Color Harmonies of #0B6CFB
Complementary color
Monochromatic Colors of #0B6CFB
Black with #0B6CFB
Text Example
Text Example
White with #0B6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6CFB; }
p { color: rgb(11,108,251); }
H1.HeaderClassName
{
color: #0B6CFB;
}
.AnyTagClassName
{
color: #0B6CFB;
}
</style>
background-color css
<style>
a { background-color: #0B6CFB; }
a { background-color: rgb(11,108,251); }
div.DivClassName
{
background-color: #0B6CFB;
}
.BgClassName
{
background-color: #0B6CFB;
}
</style>
border-color css
<style>
span { border-color: #0B6CFB; }
span { border-color: rgb(11,108,251); }
td.TdClassName
{
border-color: #0B6CFB;
}
.TagClassName
{
border-color: #0B6CFB;
}
</style>