Shades of Dodger Blue #0B7EFB
Tints of Dodger Blue #0B7EFB
RGB
CMYK
RGB Variations
Color information
#0B7EFB (or 0x0B7EFB) is known color: Dodger Blue. HEX triplet: 0B, 7E and FB. RGB value is (11,126,251). Sum of RGB (Red+Green+Blue) = 11+126+251=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B7EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7EFB is #F48104. Grayscale: #696969. Windows color (decimal): -16023813 or 16481803. OLE color: 16481803.
HSL color Cylindrical-coordinate representation of color #0B7EFB: hue angle of 211.25º 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 #0B7EFB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 126 | 251 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.02 |
| HSL | 211.25º | 0.97% | 0.51% | - |
| HSV(B) | 211.25º | 0.96% | 0.98% | - |
| XYZ | 25.01 | 21.96 | 94.19 | - |
| YUV | 105.87 | 209.9 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 126 | 251 | 0.96 | 0.50 | 0 | 0.02 | 211.25 | 0.97 | 0.51 |
| Hex | B | 7E | FB | 60 | 32 | 0 | 2 | D3 | 61 | 33 |
| Octal | 13 | 176 | 373 | 140 | 62 | 0 | 2 | 323 | 141 | 63 |
| Binary | 1011 | 1111110 | 11111011 | 1100000 | 110010 | 0 | 10 | 11010011 | 1100001 | 110011 |
Color Harmonies of #0B7EFB
Complementary color
Monochromatic Colors of #0B7EFB
Black with #0B7EFB
Text Example
Text Example
White with #0B7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7EFB; }
p { color: rgb(11,126,251); }
H1.HeaderClassName
{
color: #0B7EFB;
}
.AnyTagClassName
{
color: #0B7EFB;
}
</style>
background-color css
<style>
a { background-color: #0B7EFB; }
a { background-color: rgb(11,126,251); }
div.DivClassName
{
background-color: #0B7EFB;
}
.BgClassName
{
background-color: #0B7EFB;
}
</style>
border-color css
<style>
span { border-color: #0B7EFB; }
span { border-color: rgb(11,126,251); }
td.TdClassName
{
border-color: #0B7EFB;
}
.TagClassName
{
border-color: #0B7EFB;
}
</style>