Shades of Dodger Blue #0877F1
Tints of Dodger Blue #0877F1
RGB
CMYK
RGB Variations
Color information
#0877F1 (or 0x0877F1) is known color: Dodger Blue. HEX triplet: 08, 77 and F1. RGB value is (8,119,241). Sum of RGB (Red+Green+Blue) = 8+119+241=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #0877F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0877F1 is #F7880E. Grayscale: #636363. Windows color (decimal): -16222223 or 15824648. OLE color: 15824648.
HSL color Cylindrical-coordinate representation of color #0877F1: hue angle of 211.42º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0877F1 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 119 | 241 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.05 |
| HSL | 211.42º | 0.94% | 0.49% | - |
| HSV(B) | 211.42º | 0.97% | 0.95% | - |
| XYZ | 22.57 | 19.6 | 85.81 | - |
| YUV | 99.72 | 207.73 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 241 | 0.97 | 0.51 | 0 | 0.05 | 211.42 | 0.94 | 0.49 |
| Hex | 8 | 77 | F1 | 61 | 33 | 0 | 5 | D3 | 5E | 31 |
| Octal | 10 | 167 | 361 | 141 | 63 | 0 | 5 | 323 | 136 | 61 |
| Binary | 1000 | 1110111 | 11110001 | 1100001 | 110011 | 0 | 101 | 11010011 | 1011110 | 110001 |
Color Harmonies of #0877F1
Complementary color
Monochromatic Colors of #0877F1
Black with #0877F1
Text Example
Text Example
White with #0877F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0877F1; }
p { color: rgb(8,119,241); }
H1.HeaderClassName
{
color: #0877F1;
}
.AnyTagClassName
{
color: #0877F1;
}
</style>
background-color css
<style>
a { background-color: #0877F1; }
a { background-color: rgb(8,119,241); }
div.DivClassName
{
background-color: #0877F1;
}
.BgClassName
{
background-color: #0877F1;
}
</style>
border-color css
<style>
span { border-color: #0877F1; }
span { border-color: rgb(8,119,241); }
td.TdClassName
{
border-color: #0877F1;
}
.TagClassName
{
border-color: #0877F1;
}
</style>