Shades of Dodger Blue #2880FA
Tints of Dodger Blue #2880FA
RGB
CMYK
RGB Variations
Color information
#2880FA (or 0x2880FA) is known color: Dodger Blue. HEX triplet: 28, 80 and FA. RGB value is (40,128,250). Sum of RGB (Red+Green+Blue) = 40+128+250=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #2880FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2880FA is #D77F05. Grayscale: #737373. Windows color (decimal): -14122758 or 16416808. OLE color: 16416808.
HSL color Cylindrical-coordinate representation of color #2880FA: hue angle of 214.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 #2880FA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 128 | 250 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.02 |
| HSL | 214.86º | 0.95% | 0.57% | - |
| HSV(B) | 214.86º | 0.84% | 0.98% | - |
| XYZ | 25.85 | 22.79 | 93.48 | - |
| YUV | 115.6 | 203.85 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 250 | 0.84 | 0.49 | 0 | 0.02 | 214.86 | 0.95 | 0.57 |
| Hex | 28 | 80 | FA | 54 | 31 | 0 | 2 | D7 | 5F | 39 |
| Octal | 50 | 200 | 372 | 124 | 61 | 0 | 2 | 327 | 137 | 71 |
| Binary | 101000 | 10000000 | 11111010 | 1010100 | 110001 | 0 | 10 | 11010111 | 1011111 | 111001 |
Color Harmonies of #2880FA
Complementary color
Monochromatic Colors of #2880FA
Black with #2880FA
Text Example
Text Example
White with #2880FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880FA; }
p { color: rgb(40,128,250); }
H1.HeaderClassName
{
color: #2880FA;
}
.AnyTagClassName
{
color: #2880FA;
}
</style>
background-color css
<style>
a { background-color: #2880FA; }
a { background-color: rgb(40,128,250); }
div.DivClassName
{
background-color: #2880FA;
}
.BgClassName
{
background-color: #2880FA;
}
</style>
border-color css
<style>
span { border-color: #2880FA; }
span { border-color: rgb(40,128,250); }
td.TdClassName
{
border-color: #2880FA;
}
.TagClassName
{
border-color: #2880FA;
}
</style>