Shades of Dodger Blue #2898FF
Tints of Dodger Blue #2898FF
RGB
CMYK
RGB Variations
Color information
#2898FF (or 0x2898FF) is known color: Dodger Blue. HEX triplet: 28, 98 and FF. RGB value is (40,152,255). Sum of RGB (Red+Green+Blue) = 40+152+255=447 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.95% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #2898FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2898FF is #D76700. Grayscale: #818181. Windows color (decimal): -14116609 or 16750632. OLE color: 16750632.
HSL color Cylindrical-coordinate representation of color #2898FF: hue angle of 208.74º 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 #2898FF is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 152 | 255 | - |
| CMYK | 0.84 | 0.40 | 0 | 0 |
| HSL | 208.74º | 1% | 0.58% | - |
| HSV(B) | 208.74º | 0.84% | 1% | - |
| XYZ | 30.15 | 30.13 | 98.83 | - |
| YUV | 130.25 | 198.39 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 255 | 0.84 | 0.40 | 0 | 0 | 208.74 | 1 | 0.58 |
| Hex | 28 | 98 | FF | 54 | 28 | 0 | 0 | D1 | 64 | 3A |
| Octal | 50 | 230 | 377 | 124 | 50 | 0 | 0 | 321 | 144 | 72 |
| Binary | 101000 | 10011000 | 11111111 | 1010100 | 101000 | 0 | 0 | 11010001 | 1100100 | 111010 |
Color Harmonies of #2898FF
Complementary color
Monochromatic Colors of #2898FF
Black with #2898FF
Text Example
Text Example
White with #2898FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2898FF; }
p { color: rgb(40,152,255); }
H1.HeaderClassName
{
color: #2898FF;
}
.AnyTagClassName
{
color: #2898FF;
}
</style>
background-color css
<style>
a { background-color: #2898FF; }
a { background-color: rgb(40,152,255); }
div.DivClassName
{
background-color: #2898FF;
}
.BgClassName
{
background-color: #2898FF;
}
</style>
border-color css
<style>
span { border-color: #2898FF; }
span { border-color: rgb(40,152,255); }
td.TdClassName
{
border-color: #2898FF;
}
.TagClassName
{
border-color: #2898FF;
}
</style>