Shades of Dodger Blue #2870FD
Tints of Dodger Blue #2870FD
RGB
CMYK
RGB Variations
Color information
#2870FD (or 0x2870FD) is known color: Dodger Blue. HEX triplet: 28, 70 and FD. RGB value is (40,112,253). Sum of RGB (Red+Green+Blue) = 40+112+253=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #2870FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2870FD is #D78F02. Grayscale: #696969. Windows color (decimal): -14126851 or 16609320. OLE color: 16609320.
HSL color Cylindrical-coordinate representation of color #2870FD: hue angle of 219.72º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2870FD is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 112 | 253 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.01 |
| HSL | 219.72º | 0.98% | 0.57% | - |
| HSV(B) | 219.72º | 0.84% | 0.99% | - |
| XYZ | 24.4 | 19.13 | 95.34 | - |
| YUV | 106.55 | 210.65 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 253 | 0.84 | 0.56 | 0 | 0.01 | 219.72 | 0.98 | 0.57 |
| Hex | 28 | 70 | FD | 54 | 38 | 0 | 1 | DC | 62 | 39 |
| Octal | 50 | 160 | 375 | 124 | 70 | 0 | 1 | 334 | 142 | 71 |
| Binary | 101000 | 1110000 | 11111101 | 1010100 | 111000 | 0 | 1 | 11011100 | 1100010 | 111001 |
Color Harmonies of #2870FD
Complementary color
Monochromatic Colors of #2870FD
Black with #2870FD
Text Example
Text Example
White with #2870FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870FD; }
p { color: rgb(40,112,253); }
H1.HeaderClassName
{
color: #2870FD;
}
.AnyTagClassName
{
color: #2870FD;
}
</style>
background-color css
<style>
a { background-color: #2870FD; }
a { background-color: rgb(40,112,253); }
div.DivClassName
{
background-color: #2870FD;
}
.BgClassName
{
background-color: #2870FD;
}
</style>
border-color css
<style>
span { border-color: #2870FD; }
span { border-color: rgb(40,112,253); }
td.TdClassName
{
border-color: #2870FD;
}
.TagClassName
{
border-color: #2870FD;
}
</style>