Shades of Dodger Blue #2881FA
Tints of Dodger Blue #2881FA
RGB
CMYK
RGB Variations
Color information
#2881FA (or 0x2881FA) is known color: Dodger Blue. HEX triplet: 28, 81 and FA. RGB value is (40,129,250). Sum of RGB (Red+Green+Blue) = 40+129+250=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #2881FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2881FA is #D77E05. Grayscale: #737373. Windows color (decimal): -14122502 or 16417064. OLE color: 16417064.
HSL color Cylindrical-coordinate representation of color #2881FA: hue angle of 214.57º 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 #2881FA is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 129 | 250 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.02 |
| HSL | 214.57º | 0.95% | 0.57% | - |
| HSV(B) | 214.57º | 0.84% | 0.98% | - |
| XYZ | 25.98 | 23.05 | 93.52 | - |
| YUV | 116.18 | 203.51 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 250 | 0.84 | 0.48 | 0 | 0.02 | 214.57 | 0.95 | 0.57 |
| Hex | 28 | 81 | FA | 54 | 30 | 0 | 2 | D7 | 5F | 39 |
| Octal | 50 | 201 | 372 | 124 | 60 | 0 | 2 | 327 | 137 | 71 |
| Binary | 101000 | 10000001 | 11111010 | 1010100 | 110000 | 0 | 10 | 11010111 | 1011111 | 111001 |
Color Harmonies of #2881FA
Complementary color
Monochromatic Colors of #2881FA
Black with #2881FA
Text Example
Text Example
White with #2881FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2881FA; }
p { color: rgb(40,129,250); }
H1.HeaderClassName
{
color: #2881FA;
}
.AnyTagClassName
{
color: #2881FA;
}
</style>
background-color css
<style>
a { background-color: #2881FA; }
a { background-color: rgb(40,129,250); }
div.DivClassName
{
background-color: #2881FA;
}
.BgClassName
{
background-color: #2881FA;
}
</style>
border-color css
<style>
span { border-color: #2881FA; }
span { border-color: rgb(40,129,250); }
td.TdClassName
{
border-color: #2881FA;
}
.TagClassName
{
border-color: #2881FA;
}
</style>