Shades of Dodger Blue #0B7FFA
Tints of Dodger Blue #0B7FFA
RGB
CMYK
RGB Variations
Color information
#0B7FFA (or 0x0B7FFA) is known color: Dodger Blue. HEX triplet: 0B, 7F and FA. RGB value is (11,127,250). Sum of RGB (Red+Green+Blue) = 11+127+250=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B7FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7FFA is #F48005. Grayscale: #696969. Windows color (decimal): -16023558 or 16416523. OLE color: 16416523.
HSL color Cylindrical-coordinate representation of color #0B7FFA: hue angle of 210.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 #0B7FFA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 127 | 250 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.02 |
| HSL | 210.88º | 0.96% | 0.51% | - |
| HSV(B) | 210.88º | 0.96% | 0.98% | - |
| XYZ | 24.98 | 22.15 | 93.4 | - |
| YUV | 106.34 | 209.07 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 127 | 250 | 0.96 | 0.49 | 0 | 0.02 | 210.88 | 0.96 | 0.51 |
| Hex | B | 7F | FA | 60 | 31 | 0 | 2 | D3 | 60 | 33 |
| Octal | 13 | 177 | 372 | 140 | 61 | 0 | 2 | 323 | 140 | 63 |
| Binary | 1011 | 1111111 | 11111010 | 1100000 | 110001 | 0 | 10 | 11010011 | 1100000 | 110011 |
Color Harmonies of #0B7FFA
Complementary color
Monochromatic Colors of #0B7FFA
Black with #0B7FFA
Text Example
Text Example
White with #0B7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7FFA; }
p { color: rgb(11,127,250); }
H1.HeaderClassName
{
color: #0B7FFA;
}
.AnyTagClassName
{
color: #0B7FFA;
}
</style>
background-color css
<style>
a { background-color: #0B7FFA; }
a { background-color: rgb(11,127,250); }
div.DivClassName
{
background-color: #0B7FFA;
}
.BgClassName
{
background-color: #0B7FFA;
}
</style>
border-color css
<style>
span { border-color: #0B7FFA; }
span { border-color: rgb(11,127,250); }
td.TdClassName
{
border-color: #0B7FFA;
}
.TagClassName
{
border-color: #0B7FFA;
}
</style>