Shades of Dodger Blue #2877F2
Tints of Dodger Blue #2877F2
RGB
CMYK
RGB Variations
Color information
#2877F2 (or 0x2877F2) is known color: Dodger Blue. HEX triplet: 28, 77 and F2. RGB value is (40,119,242). Sum of RGB (Red+Green+Blue) = 40+119+242=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 242 (94.92% from 255 or 60.35% from 401); Max value from RGB is 242 - color contains mainly: blue. Hex color #2877F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2877F2 is #D7880D. Grayscale: #6C6C6C. Windows color (decimal): -14125070 or 15890216. OLE color: 15890216.
HSL color Cylindrical-coordinate representation of color #2877F2: hue angle of 216.53º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2877F2 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 119 | 242 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.05 |
| HSL | 216.53º | 0.89% | 0.55% | - |
| HSV(B) | 216.53º | 0.83% | 0.95% | - |
| XYZ | 23.5 | 20.06 | 86.64 | - |
| YUV | 109.4 | 202.83 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 242 | 0.83 | 0.51 | 0 | 0.05 | 216.53 | 0.89 | 0.55 |
| Hex | 28 | 77 | F2 | 53 | 33 | 0 | 5 | D9 | 59 | 37 |
| Octal | 50 | 167 | 362 | 123 | 63 | 0 | 5 | 331 | 131 | 67 |
| Binary | 101000 | 1110111 | 11110010 | 1010011 | 110011 | 0 | 101 | 11011001 | 1011001 | 110111 |
Color Harmonies of #2877F2
Complementary color
Monochromatic Colors of #2877F2
Black with #2877F2
Text Example
Text Example
White with #2877F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2877F2; }
p { color: rgb(40,119,242); }
H1.HeaderClassName
{
color: #2877F2;
}
.AnyTagClassName
{
color: #2877F2;
}
</style>
background-color css
<style>
a { background-color: #2877F2; }
a { background-color: rgb(40,119,242); }
div.DivClassName
{
background-color: #2877F2;
}
.BgClassName
{
background-color: #2877F2;
}
</style>
border-color css
<style>
span { border-color: #2877F2; }
span { border-color: rgb(40,119,242); }
td.TdClassName
{
border-color: #2877F2;
}
.TagClassName
{
border-color: #2877F2;
}
</style>