Shades of Dodger Blue #0B79FA
Tints of Dodger Blue #0B79FA
RGB
CMYK
RGB Variations
Color information
#0B79FA (or 0x0B79FA) is known color: Dodger Blue. HEX triplet: 0B, 79 and FA. RGB value is (11,121,250). Sum of RGB (Red+Green+Blue) = 11+121+250=382 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.88% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B79FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B79FA is #F48605. Grayscale: #666666. Windows color (decimal): -16025094 or 16414987. OLE color: 16414987.
HSL color Cylindrical-coordinate representation of color #0B79FA: hue angle of 212.38º 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 #0B79FA is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 121 | 250 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.02 |
| HSL | 212.38º | 0.96% | 0.51% | - |
| HSV(B) | 212.38º | 0.96% | 0.98% | - |
| XYZ | 24.23 | 20.65 | 93.15 | - |
| YUV | 102.82 | 211.06 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 121 | 250 | 0.96 | 0.52 | 0 | 0.02 | 212.38 | 0.96 | 0.51 |
| Hex | B | 79 | FA | 60 | 34 | 0 | 2 | D4 | 60 | 33 |
| Octal | 13 | 171 | 372 | 140 | 64 | 0 | 2 | 324 | 140 | 63 |
| Binary | 1011 | 1111001 | 11111010 | 1100000 | 110100 | 0 | 10 | 11010100 | 1100000 | 110011 |
Color Harmonies of #0B79FA
Complementary color
Monochromatic Colors of #0B79FA
Black with #0B79FA
Text Example
Text Example
White with #0B79FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B79FA; }
p { color: rgb(11,121,250); }
H1.HeaderClassName
{
color: #0B79FA;
}
.AnyTagClassName
{
color: #0B79FA;
}
</style>
background-color css
<style>
a { background-color: #0B79FA; }
a { background-color: rgb(11,121,250); }
div.DivClassName
{
background-color: #0B79FA;
}
.BgClassName
{
background-color: #0B79FA;
}
</style>
border-color css
<style>
span { border-color: #0B79FA; }
span { border-color: rgb(11,121,250); }
td.TdClassName
{
border-color: #0B79FA;
}
.TagClassName
{
border-color: #0B79FA;
}
</style>