Shades of Dodger Blue #0B8BFB
Tints of Dodger Blue #0B8BFB
RGB
CMYK
RGB Variations
Color information
#0B8BFB (or 0x0B8BFB) is known color: Dodger Blue. HEX triplet: 0B, 8B and FB. RGB value is (11,139,251). Sum of RGB (Red+Green+Blue) = 11+139+251=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B8BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8BFB is #F47404. Grayscale: #707070. Windows color (decimal): -16020485 or 16485131. OLE color: 16485131.
HSL color Cylindrical-coordinate representation of color #0B8BFB: hue angle of 208º 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 #0B8BFB is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 139 | 251 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.02 |
| HSL | 208º | 0.97% | 0.51% | - |
| HSV(B) | 208º | 0.96% | 0.98% | - |
| XYZ | 26.78 | 25.5 | 94.78 | - |
| YUV | 113.5 | 205.59 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 251 | 0.96 | 0.45 | 0 | 0.02 | 208 | 0.97 | 0.51 |
| Hex | B | 8B | FB | 60 | 2D | 0 | 2 | D0 | 61 | 33 |
| Octal | 13 | 213 | 373 | 140 | 55 | 0 | 2 | 320 | 141 | 63 |
| Binary | 1011 | 10001011 | 11111011 | 1100000 | 101101 | 0 | 10 | 11010000 | 1100001 | 110011 |
Color Harmonies of #0B8BFB
Complementary color
Monochromatic Colors of #0B8BFB
Black with #0B8BFB
Text Example
Text Example
White with #0B8BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8BFB; }
p { color: rgb(11,139,251); }
H1.HeaderClassName
{
color: #0B8BFB;
}
.AnyTagClassName
{
color: #0B8BFB;
}
</style>
background-color css
<style>
a { background-color: #0B8BFB; }
a { background-color: rgb(11,139,251); }
div.DivClassName
{
background-color: #0B8BFB;
}
.BgClassName
{
background-color: #0B8BFB;
}
</style>
border-color css
<style>
span { border-color: #0B8BFB; }
span { border-color: rgb(11,139,251); }
td.TdClassName
{
border-color: #0B8BFB;
}
.TagClassName
{
border-color: #0B8BFB;
}
</style>