Shades of Dodger Blue #0B9DFB
Tints of Dodger Blue #0B9DFB
RGB
CMYK
RGB Variations
Color information
#0B9DFB (or 0x0B9DFB) is known color: Dodger Blue. HEX triplet: 0B, 9D and FB. RGB value is (11,157,251). Sum of RGB (Red+Green+Blue) = 11+157+251=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B9DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B9DFB is #F46204. Grayscale: #7B7B7B. Windows color (decimal): -16015877 or 16489739. OLE color: 16489739.
HSL color Cylindrical-coordinate representation of color #0B9DFB: hue angle of 203.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 #0B9DFB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 157 | 251 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.02 |
| HSL | 203.5º | 0.97% | 0.51% | - |
| HSV(B) | 203.5º | 0.96% | 0.98% | - |
| XYZ | 29.61 | 31.15 | 95.72 | - |
| YUV | 124.06 | 199.63 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 157 | 251 | 0.96 | 0.37 | 0 | 0.02 | 203.5 | 0.97 | 0.51 |
| Hex | B | 9D | FB | 60 | 25 | 0 | 2 | CC | 61 | 33 |
| Octal | 13 | 235 | 373 | 140 | 45 | 0 | 2 | 314 | 141 | 63 |
| Binary | 1011 | 10011101 | 11111011 | 1100000 | 100101 | 0 | 10 | 11001100 | 1100001 | 110011 |
Color Harmonies of #0B9DFB
Complementary color
Monochromatic Colors of #0B9DFB
Black with #0B9DFB
Text Example
Text Example
White with #0B9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9DFB; }
p { color: rgb(11,157,251); }
H1.HeaderClassName
{
color: #0B9DFB;
}
.AnyTagClassName
{
color: #0B9DFB;
}
</style>
background-color css
<style>
a { background-color: #0B9DFB; }
a { background-color: rgb(11,157,251); }
div.DivClassName
{
background-color: #0B9DFB;
}
.BgClassName
{
background-color: #0B9DFB;
}
</style>
border-color css
<style>
span { border-color: #0B9DFB; }
span { border-color: rgb(11,157,251); }
td.TdClassName
{
border-color: #0B9DFB;
}
.TagClassName
{
border-color: #0B9DFB;
}
</style>