Shades of Dodger Blue #0B76FF
Tints of Dodger Blue #0B76FF
RGB
CMYK
RGB Variations
Color information
#0B76FF (or 0x0B76FF) is known color: Dodger Blue. HEX triplet: 0B, 76 and FF. RGB value is (11,118,255). Sum of RGB (Red+Green+Blue) = 11+118+255=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B76FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B76FF is #F48900. Grayscale: #646464. Windows color (decimal): -16025857 or 16741899. OLE color: 16741899.
HSL color Cylindrical-coordinate representation of color #0B76FF: hue angle of 213.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B76FF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 118 | 255 | - |
| CMYK | 0.96 | 0.54 | 0 | 0 |
| HSL | 213.69º | 1% | 0.52% | - |
| HSV(B) | 213.69º | 0.96% | 1% | - |
| XYZ | 24.67 | 20.25 | 97.22 | - |
| YUV | 101.63 | 214.55 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 255 | 0.96 | 0.54 | 0 | 0 | 213.69 | 1 | 0.52 |
| Hex | B | 76 | FF | 60 | 36 | 0 | 0 | D6 | 64 | 34 |
| Octal | 13 | 166 | 377 | 140 | 66 | 0 | 0 | 326 | 144 | 64 |
| Binary | 1011 | 1110110 | 11111111 | 1100000 | 110110 | 0 | 0 | 11010110 | 1100100 | 110100 |
Color Harmonies of #0B76FF
Complementary color
Monochromatic Colors of #0B76FF
Black with #0B76FF
Text Example
Text Example
White with #0B76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B76FF; }
p { color: rgb(11,118,255); }
H1.HeaderClassName
{
color: #0B76FF;
}
.AnyTagClassName
{
color: #0B76FF;
}
</style>
background-color css
<style>
a { background-color: #0B76FF; }
a { background-color: rgb(11,118,255); }
div.DivClassName
{
background-color: #0B76FF;
}
.BgClassName
{
background-color: #0B76FF;
}
</style>
border-color css
<style>
span { border-color: #0B76FF; }
span { border-color: rgb(11,118,255); }
td.TdClassName
{
border-color: #0B76FF;
}
.TagClassName
{
border-color: #0B76FF;
}
</style>