Shades of Dodger Blue #0B7FEC
Tints of Dodger Blue #0B7FEC
RGB
CMYK
RGB Variations
Color information
#0B7FEC (or 0x0B7FEC) is known color: Dodger Blue. HEX triplet: 0B, 7F and EC. RGB value is (11,127,236). Sum of RGB (Red+Green+Blue) = 11+127+236=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B7FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7FEC is #F48013. Grayscale: #686868. Windows color (decimal): -16023572 or 15499019. OLE color: 15499019.
HSL color Cylindrical-coordinate representation of color #0B7FEC: hue angle of 209.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7FEC is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 127 | 236 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.07 |
| HSL | 209.07º | 0.91% | 0.48% | - |
| HSV(B) | 209.07º | 0.95% | 0.93% | - |
| XYZ | 22.87 | 21.31 | 82.26 | - |
| YUV | 104.74 | 202.07 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 127 | 236 | 0.95 | 0.46 | 0 | 0.07 | 209.07 | 0.91 | 0.48 |
| Hex | B | 7F | EC | 5F | 2E | 0 | 7 | D1 | 5B | 30 |
| Octal | 13 | 177 | 354 | 137 | 56 | 0 | 7 | 321 | 133 | 60 |
| Binary | 1011 | 1111111 | 11101100 | 1011111 | 101110 | 0 | 111 | 11010001 | 1011011 | 110000 |
Color Harmonies of #0B7FEC
Complementary color
Monochromatic Colors of #0B7FEC
Black with #0B7FEC
Text Example
Text Example
White with #0B7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7FEC; }
p { color: rgb(11,127,236); }
H1.HeaderClassName
{
color: #0B7FEC;
}
.AnyTagClassName
{
color: #0B7FEC;
}
</style>
background-color css
<style>
a { background-color: #0B7FEC; }
a { background-color: rgb(11,127,236); }
div.DivClassName
{
background-color: #0B7FEC;
}
.BgClassName
{
background-color: #0B7FEC;
}
</style>
border-color css
<style>
span { border-color: #0B7FEC; }
span { border-color: rgb(11,127,236); }
td.TdClassName
{
border-color: #0B7FEC;
}
.TagClassName
{
border-color: #0B7FEC;
}
</style>