Shades of Dodger Blue #0B7BFC
Tints of Dodger Blue #0B7BFC
RGB
CMYK
RGB Variations
Color information
#0B7BFC (or 0x0B7BFC) is known color: Dodger Blue. HEX triplet: 0B, 7B and FC. RGB value is (11,123,252). Sum of RGB (Red+Green+Blue) = 11+123+252=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B7BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7BFC is #F48403. Grayscale: #676767. Windows color (decimal): -16024580 or 16546571. OLE color: 16546571.
HSL color Cylindrical-coordinate representation of color #0B7BFC: hue angle of 212.12º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B7BFC is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 123 | 252 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.01 |
| HSL | 212.12º | 0.98% | 0.52% | - |
| HSV(B) | 212.12º | 0.96% | 0.99% | - |
| XYZ | 24.79 | 21.27 | 94.89 | - |
| YUV | 104.22 | 211.39 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 252 | 0.96 | 0.51 | 0 | 0.01 | 212.12 | 0.98 | 0.52 |
| Hex | B | 7B | FC | 60 | 33 | 0 | 1 | D4 | 62 | 34 |
| Octal | 13 | 173 | 374 | 140 | 63 | 0 | 1 | 324 | 142 | 64 |
| Binary | 1011 | 1111011 | 11111100 | 1100000 | 110011 | 0 | 1 | 11010100 | 1100010 | 110100 |
Color Harmonies of #0B7BFC
Complementary color
Monochromatic Colors of #0B7BFC
Black with #0B7BFC
Text Example
Text Example
White with #0B7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7BFC; }
p { color: rgb(11,123,252); }
H1.HeaderClassName
{
color: #0B7BFC;
}
.AnyTagClassName
{
color: #0B7BFC;
}
</style>
background-color css
<style>
a { background-color: #0B7BFC; }
a { background-color: rgb(11,123,252); }
div.DivClassName
{
background-color: #0B7BFC;
}
.BgClassName
{
background-color: #0B7BFC;
}
</style>
border-color css
<style>
span { border-color: #0B7BFC; }
span { border-color: rgb(11,123,252); }
td.TdClassName
{
border-color: #0B7BFC;
}
.TagClassName
{
border-color: #0B7BFC;
}
</style>