Shades of Dodger Blue #0879FA
Tints of Dodger Blue #0879FA
RGB
CMYK
RGB Variations
Color information
#0879FA (or 0x0879FA) is known color: Dodger Blue. HEX triplet: 08, 79 and FA. RGB value is (8,121,250). Sum of RGB (Red+Green+Blue) = 8+121+250=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #0879FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0879FA is #F78605. Grayscale: #656565. Windows color (decimal): -16221702 or 16414984. OLE color: 16414984.
HSL color Cylindrical-coordinate representation of color #0879FA: hue angle of 211.98º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0879FA is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 121 | 250 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.02 |
| HSL | 211.98º | 0.96% | 0.51% | - |
| HSV(B) | 211.98º | 0.97% | 0.98% | - |
| XYZ | 24.19 | 20.63 | 93.15 | - |
| YUV | 101.92 | 211.56 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 121 | 250 | 0.97 | 0.52 | 0 | 0.02 | 211.98 | 0.96 | 0.51 |
| Hex | 8 | 79 | FA | 61 | 34 | 0 | 2 | D4 | 60 | 33 |
| Octal | 10 | 171 | 372 | 141 | 64 | 0 | 2 | 324 | 140 | 63 |
| Binary | 1000 | 1111001 | 11111010 | 1100001 | 110100 | 0 | 10 | 11010100 | 1100000 | 110011 |
Color Harmonies of #0879FA
Complementary color
Monochromatic Colors of #0879FA
Black with #0879FA
Text Example
Text Example
White with #0879FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0879FA; }
p { color: rgb(8,121,250); }
H1.HeaderClassName
{
color: #0879FA;
}
.AnyTagClassName
{
color: #0879FA;
}
</style>
background-color css
<style>
a { background-color: #0879FA; }
a { background-color: rgb(8,121,250); }
div.DivClassName
{
background-color: #0879FA;
}
.BgClassName
{
background-color: #0879FA;
}
</style>
border-color css
<style>
span { border-color: #0879FA; }
span { border-color: rgb(8,121,250); }
td.TdClassName
{
border-color: #0879FA;
}
.TagClassName
{
border-color: #0879FA;
}
</style>