Shades of Dodger Blue #2870FB
Tints of Dodger Blue #2870FB
RGB
CMYK
RGB Variations
Color information
#2870FB (or 0x2870FB) is known color: Dodger Blue. HEX triplet: 28, 70 and FB. RGB value is (40,112,251). Sum of RGB (Red+Green+Blue) = 40+112+251=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #2870FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2870FB is #D78F04. Grayscale: #696969. Windows color (decimal): -14126853 or 16478248. OLE color: 16478248.
HSL color Cylindrical-coordinate representation of color #2870FB: hue angle of 219.53º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2870FB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 112 | 251 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.02 |
| HSL | 219.53º | 0.96% | 0.57% | - |
| HSV(B) | 219.53º | 0.84% | 0.98% | - |
| XYZ | 24.08 | 19 | 93.67 | - |
| YUV | 106.32 | 209.65 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 251 | 0.84 | 0.55 | 0 | 0.02 | 219.53 | 0.96 | 0.57 |
| Hex | 28 | 70 | FB | 54 | 37 | 0 | 2 | DC | 60 | 39 |
| Octal | 50 | 160 | 373 | 124 | 67 | 0 | 2 | 334 | 140 | 71 |
| Binary | 101000 | 1110000 | 11111011 | 1010100 | 110111 | 0 | 10 | 11011100 | 1100000 | 111001 |
Color Harmonies of #2870FB
Complementary color
Monochromatic Colors of #2870FB
Black with #2870FB
Text Example
Text Example
White with #2870FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870FB; }
p { color: rgb(40,112,251); }
H1.HeaderClassName
{
color: #2870FB;
}
.AnyTagClassName
{
color: #2870FB;
}
</style>
background-color css
<style>
a { background-color: #2870FB; }
a { background-color: rgb(40,112,251); }
div.DivClassName
{
background-color: #2870FB;
}
.BgClassName
{
background-color: #2870FB;
}
</style>
border-color css
<style>
span { border-color: #2870FB; }
span { border-color: rgb(40,112,251); }
td.TdClassName
{
border-color: #2870FB;
}
.TagClassName
{
border-color: #2870FB;
}
</style>