Shades of Dodger Blue #2870FC
Tints of Dodger Blue #2870FC
RGB
CMYK
RGB Variations
Color information
#2870FC (or 0x2870FC) is known color: Dodger Blue. HEX triplet: 28, 70 and FC. RGB value is (40,112,252). Sum of RGB (Red+Green+Blue) = 40+112+252=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #2870FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2870FC is #D78F03. Grayscale: #696969. Windows color (decimal): -14126852 or 16543784. OLE color: 16543784.
HSL color Cylindrical-coordinate representation of color #2870FC: hue angle of 219.62º degrees, saturation: 0.97, 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 #2870FC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 112 | 252 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.01 |
| HSL | 219.62º | 0.97% | 0.57% | - |
| HSV(B) | 219.62º | 0.84% | 0.99% | - |
| XYZ | 24.24 | 19.07 | 94.5 | - |
| YUV | 106.43 | 210.15 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 252 | 0.84 | 0.56 | 0 | 0.01 | 219.62 | 0.97 | 0.57 |
| Hex | 28 | 70 | FC | 54 | 38 | 0 | 1 | DC | 61 | 39 |
| Octal | 50 | 160 | 374 | 124 | 70 | 0 | 1 | 334 | 141 | 71 |
| Binary | 101000 | 1110000 | 11111100 | 1010100 | 111000 | 0 | 1 | 11011100 | 1100001 | 111001 |
Color Harmonies of #2870FC
Complementary color
Monochromatic Colors of #2870FC
Black with #2870FC
Text Example
Text Example
White with #2870FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870FC; }
p { color: rgb(40,112,252); }
H1.HeaderClassName
{
color: #2870FC;
}
.AnyTagClassName
{
color: #2870FC;
}
</style>
background-color css
<style>
a { background-color: #2870FC; }
a { background-color: rgb(40,112,252); }
div.DivClassName
{
background-color: #2870FC;
}
.BgClassName
{
background-color: #2870FC;
}
</style>
border-color css
<style>
span { border-color: #2870FC; }
span { border-color: rgb(40,112,252); }
td.TdClassName
{
border-color: #2870FC;
}
.TagClassName
{
border-color: #2870FC;
}
</style>