Shades of Dodger Blue #0B72FF
Tints of Dodger Blue #0B72FF
RGB
CMYK
RGB Variations
Color information
#0B72FF (or 0x0B72FF) is known color: Dodger Blue. HEX triplet: 0B, 72 and FF. RGB value is (11,114,255). Sum of RGB (Red+Green+Blue) = 11+114+255=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B72FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B72FF is #F48D00. Grayscale: #626262. Windows color (decimal): -16026881 or 16740875. OLE color: 16740875.
HSL color Cylindrical-coordinate representation of color #0B72FF: hue angle of 214.67º 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 #0B72FF is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 114 | 255 | - |
| CMYK | 0.96 | 0.55 | 0 | 0 |
| HSL | 214.67º | 1% | 0.52% | - |
| HSV(B) | 214.67º | 0.96% | 1% | - |
| XYZ | 24.21 | 19.33 | 97.06 | - |
| YUV | 99.28 | 215.88 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 255 | 0.96 | 0.55 | 0 | 0 | 214.67 | 1 | 0.52 |
| Hex | B | 72 | FF | 60 | 37 | 0 | 0 | D7 | 64 | 34 |
| Octal | 13 | 162 | 377 | 140 | 67 | 0 | 0 | 327 | 144 | 64 |
| Binary | 1011 | 1110010 | 11111111 | 1100000 | 110111 | 0 | 0 | 11010111 | 1100100 | 110100 |
Color Harmonies of #0B72FF
Complementary color
Monochromatic Colors of #0B72FF
Black with #0B72FF
Text Example
Text Example
White with #0B72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B72FF; }
p { color: rgb(11,114,255); }
H1.HeaderClassName
{
color: #0B72FF;
}
.AnyTagClassName
{
color: #0B72FF;
}
</style>
background-color css
<style>
a { background-color: #0B72FF; }
a { background-color: rgb(11,114,255); }
div.DivClassName
{
background-color: #0B72FF;
}
.BgClassName
{
background-color: #0B72FF;
}
</style>
border-color css
<style>
span { border-color: #0B72FF; }
span { border-color: rgb(11,114,255); }
td.TdClassName
{
border-color: #0B72FF;
}
.TagClassName
{
border-color: #0B72FF;
}
</style>