Shades of Dodger Blue #2872FA
Tints of Dodger Blue #2872FA
RGB
CMYK
RGB Variations
Color information
#2872FA (or 0x2872FA) is known color: Dodger Blue. HEX triplet: 28, 72 and FA. RGB value is (40,114,250). Sum of RGB (Red+Green+Blue) = 40+114+250=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #2872FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2872FA is #D78D05. Grayscale: #6A6A6A. Windows color (decimal): -14126342 or 16413224. OLE color: 16413224.
HSL color Cylindrical-coordinate representation of color #2872FA: hue angle of 218.86º degrees, saturation: 0.95, 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 #2872FA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 114 | 250 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.02 |
| HSL | 218.86º | 0.95% | 0.57% | - |
| HSV(B) | 218.86º | 0.84% | 0.98% | - |
| XYZ | 24.15 | 19.39 | 92.91 | - |
| YUV | 107.38 | 208.48 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 250 | 0.84 | 0.54 | 0 | 0.02 | 218.86 | 0.95 | 0.57 |
| Hex | 28 | 72 | FA | 54 | 36 | 0 | 2 | DB | 5F | 39 |
| Octal | 50 | 162 | 372 | 124 | 66 | 0 | 2 | 333 | 137 | 71 |
| Binary | 101000 | 1110010 | 11111010 | 1010100 | 110110 | 0 | 10 | 11011011 | 1011111 | 111001 |
Color Harmonies of #2872FA
Complementary color
Monochromatic Colors of #2872FA
Black with #2872FA
Text Example
Text Example
White with #2872FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872FA; }
p { color: rgb(40,114,250); }
H1.HeaderClassName
{
color: #2872FA;
}
.AnyTagClassName
{
color: #2872FA;
}
</style>
background-color css
<style>
a { background-color: #2872FA; }
a { background-color: rgb(40,114,250); }
div.DivClassName
{
background-color: #2872FA;
}
.BgClassName
{
background-color: #2872FA;
}
</style>
border-color css
<style>
span { border-color: #2872FA; }
span { border-color: rgb(40,114,250); }
td.TdClassName
{
border-color: #2872FA;
}
.TagClassName
{
border-color: #2872FA;
}
</style>