Shades of Dodger Blue #0B7BFA
Tints of Dodger Blue #0B7BFA
RGB
CMYK
RGB Variations
Color information
#0B7BFA (or 0x0B7BFA) is known color: Dodger Blue. HEX triplet: 0B, 7B and FA. RGB value is (11,123,250). Sum of RGB (Red+Green+Blue) = 11+123+250=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B7BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7BFA is #F48405. Grayscale: #676767. Windows color (decimal): -16024582 or 16415499. OLE color: 16415499.
HSL color Cylindrical-coordinate representation of color #0B7BFA: hue angle of 211.88º degrees, saturation: 0.96, 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 #0B7BFA is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 123 | 250 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.02 |
| HSL | 211.88º | 0.96% | 0.51% | - |
| HSV(B) | 211.88º | 0.96% | 0.98% | - |
| XYZ | 24.48 | 21.14 | 93.23 | - |
| YUV | 103.99 | 210.39 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 250 | 0.96 | 0.51 | 0 | 0.02 | 211.88 | 0.96 | 0.51 |
| Hex | B | 7B | FA | 60 | 33 | 0 | 2 | D4 | 60 | 33 |
| Octal | 13 | 173 | 372 | 140 | 63 | 0 | 2 | 324 | 140 | 63 |
| Binary | 1011 | 1111011 | 11111010 | 1100000 | 110011 | 0 | 10 | 11010100 | 1100000 | 110011 |
Color Harmonies of #0B7BFA
Complementary color
Monochromatic Colors of #0B7BFA
Black with #0B7BFA
Text Example
Text Example
White with #0B7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7BFA; }
p { color: rgb(11,123,250); }
H1.HeaderClassName
{
color: #0B7BFA;
}
.AnyTagClassName
{
color: #0B7BFA;
}
</style>
background-color css
<style>
a { background-color: #0B7BFA; }
a { background-color: rgb(11,123,250); }
div.DivClassName
{
background-color: #0B7BFA;
}
.BgClassName
{
background-color: #0B7BFA;
}
</style>
border-color css
<style>
span { border-color: #0B7BFA; }
span { border-color: rgb(11,123,250); }
td.TdClassName
{
border-color: #0B7BFA;
}
.TagClassName
{
border-color: #0B7BFA;
}
</style>