Shades of Dodger Blue #0B8DFB
Tints of Dodger Blue #0B8DFB
RGB
CMYK
RGB Variations
Color information
#0B8DFB (or 0x0B8DFB) is known color: Dodger Blue. HEX triplet: 0B, 8D and FB. RGB value is (11,141,251). Sum of RGB (Red+Green+Blue) = 11+141+251=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B8DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8DFB is #F47204. Grayscale: #727272. Windows color (decimal): -16019973 or 16485643. OLE color: 16485643.
HSL color Cylindrical-coordinate representation of color #0B8DFB: hue angle of 207.5º 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 #0B8DFB is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 141 | 251 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.02 |
| HSL | 207.5º | 0.97% | 0.51% | - |
| HSV(B) | 207.5º | 0.96% | 0.98% | - |
| XYZ | 27.08 | 26.09 | 94.87 | - |
| YUV | 114.67 | 204.93 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 141 | 251 | 0.96 | 0.44 | 0 | 0.02 | 207.5 | 0.97 | 0.51 |
| Hex | B | 8D | FB | 60 | 2C | 0 | 2 | D0 | 61 | 33 |
| Octal | 13 | 215 | 373 | 140 | 54 | 0 | 2 | 320 | 141 | 63 |
| Binary | 1011 | 10001101 | 11111011 | 1100000 | 101100 | 0 | 10 | 11010000 | 1100001 | 110011 |
Color Harmonies of #0B8DFB
Complementary color
Monochromatic Colors of #0B8DFB
Black with #0B8DFB
Text Example
Text Example
White with #0B8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8DFB; }
p { color: rgb(11,141,251); }
H1.HeaderClassName
{
color: #0B8DFB;
}
.AnyTagClassName
{
color: #0B8DFB;
}
</style>
background-color css
<style>
a { background-color: #0B8DFB; }
a { background-color: rgb(11,141,251); }
div.DivClassName
{
background-color: #0B8DFB;
}
.BgClassName
{
background-color: #0B8DFB;
}
</style>
border-color css
<style>
span { border-color: #0B8DFB; }
span { border-color: rgb(11,141,251); }
td.TdClassName
{
border-color: #0B8DFB;
}
.TagClassName
{
border-color: #0B8DFB;
}
</style>