Shades of Dodger Blue #2872FF
Tints of Dodger Blue #2872FF
RGB
CMYK
RGB Variations
Color information
#2872FF (or 0x2872FF) is known color: Dodger Blue. HEX triplet: 28, 72 and FF. RGB value is (40,114,255). Sum of RGB (Red+Green+Blue) = 40+114+255=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #2872FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2872FF is #D78D00. Grayscale: #6B6B6B. Windows color (decimal): -14126337 or 16740904. OLE color: 16740904.
HSL color Cylindrical-coordinate representation of color #2872FF: hue angle of 219.35º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2872FF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 114 | 255 | - |
| CMYK | 0.84 | 0.55 | 0 | 0 |
| HSL | 219.35º | 1% | 0.58% | - |
| HSV(B) | 219.35º | 0.84% | 1% | - |
| XYZ | 24.94 | 19.71 | 97.1 | - |
| YUV | 107.95 | 210.98 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 255 | 0.84 | 0.55 | 0 | 0 | 219.35 | 1 | 0.58 |
| Hex | 28 | 72 | FF | 54 | 37 | 0 | 0 | DB | 64 | 3A |
| Octal | 50 | 162 | 377 | 124 | 67 | 0 | 0 | 333 | 144 | 72 |
| Binary | 101000 | 1110010 | 11111111 | 1010100 | 110111 | 0 | 0 | 11011011 | 1100100 | 111010 |
Color Harmonies of #2872FF
Complementary color
Monochromatic Colors of #2872FF
Black with #2872FF
Text Example
Text Example
White with #2872FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872FF; }
p { color: rgb(40,114,255); }
H1.HeaderClassName
{
color: #2872FF;
}
.AnyTagClassName
{
color: #2872FF;
}
</style>
background-color css
<style>
a { background-color: #2872FF; }
a { background-color: rgb(40,114,255); }
div.DivClassName
{
background-color: #2872FF;
}
.BgClassName
{
background-color: #2872FF;
}
</style>
border-color css
<style>
span { border-color: #2872FF; }
span { border-color: rgb(40,114,255); }
td.TdClassName
{
border-color: #2872FF;
}
.TagClassName
{
border-color: #2872FF;
}
</style>