Shades of Dodger Blue #0877FA
Tints of Dodger Blue #0877FA
RGB
CMYK
RGB Variations
Color information
#0877FA (or 0x0877FA) is known color: Dodger Blue. HEX triplet: 08, 77 and FA. RGB value is (8,119,250). Sum of RGB (Red+Green+Blue) = 8+119+250=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #0877FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0877FA is #F78805. Grayscale: #646464. Windows color (decimal): -16222214 or 16414472. OLE color: 16414472.
HSL color Cylindrical-coordinate representation of color #0877FA: hue angle of 212.48º 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 #0877FA is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 119 | 250 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.02 |
| HSL | 212.48º | 0.96% | 0.51% | - |
| HSV(B) | 212.48º | 0.97% | 0.98% | - |
| XYZ | 23.95 | 20.15 | 93.07 | - |
| YUV | 100.75 | 212.23 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 250 | 0.97 | 0.52 | 0 | 0.02 | 212.48 | 0.96 | 0.51 |
| Hex | 8 | 77 | FA | 61 | 34 | 0 | 2 | D4 | 60 | 33 |
| Octal | 10 | 167 | 372 | 141 | 64 | 0 | 2 | 324 | 140 | 63 |
| Binary | 1000 | 1110111 | 11111010 | 1100001 | 110100 | 0 | 10 | 11010100 | 1100000 | 110011 |
Color Harmonies of #0877FA
Complementary color
Monochromatic Colors of #0877FA
Black with #0877FA
Text Example
Text Example
White with #0877FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0877FA; }
p { color: rgb(8,119,250); }
H1.HeaderClassName
{
color: #0877FA;
}
.AnyTagClassName
{
color: #0877FA;
}
</style>
background-color css
<style>
a { background-color: #0877FA; }
a { background-color: rgb(8,119,250); }
div.DivClassName
{
background-color: #0877FA;
}
.BgClassName
{
background-color: #0877FA;
}
</style>
border-color css
<style>
span { border-color: #0877FA; }
span { border-color: rgb(8,119,250); }
td.TdClassName
{
border-color: #0877FA;
}
.TagClassName
{
border-color: #0877FA;
}
</style>