Shades of Dodger Blue #2897FF
Tints of Dodger Blue #2897FF
RGB
CMYK
RGB Variations
Color information
#2897FF (or 0x2897FF) is known color: Dodger Blue. HEX triplet: 28, 97 and FF. RGB value is (40,151,255). Sum of RGB (Red+Green+Blue) = 40+151+255=446 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.97% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #2897FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2897FF is #D76800. Grayscale: #818181. Windows color (decimal): -14116865 or 16750376. OLE color: 16750376.
HSL color Cylindrical-coordinate representation of color #2897FF: hue angle of 209.02º 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 #2897FF is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 151 | 255 | - |
| CMYK | 0.84 | 0.41 | 0 | 0 |
| HSL | 209.02º | 1% | 0.58% | - |
| HSV(B) | 209.02º | 0.84% | 1% | - |
| XYZ | 29.99 | 29.8 | 98.78 | - |
| YUV | 129.67 | 198.73 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 255 | 0.84 | 0.41 | 0 | 0 | 209.02 | 1 | 0.58 |
| Hex | 28 | 97 | FF | 54 | 29 | 0 | 0 | D1 | 64 | 3A |
| Octal | 50 | 227 | 377 | 124 | 51 | 0 | 0 | 321 | 144 | 72 |
| Binary | 101000 | 10010111 | 11111111 | 1010100 | 101001 | 0 | 0 | 11010001 | 1100100 | 111010 |
Color Harmonies of #2897FF
Complementary color
Monochromatic Colors of #2897FF
Black with #2897FF
Text Example
Text Example
White with #2897FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897FF; }
p { color: rgb(40,151,255); }
H1.HeaderClassName
{
color: #2897FF;
}
.AnyTagClassName
{
color: #2897FF;
}
</style>
background-color css
<style>
a { background-color: #2897FF; }
a { background-color: rgb(40,151,255); }
div.DivClassName
{
background-color: #2897FF;
}
.BgClassName
{
background-color: #2897FF;
}
</style>
border-color css
<style>
span { border-color: #2897FF; }
span { border-color: rgb(40,151,255); }
td.TdClassName
{
border-color: #2897FF;
}
.TagClassName
{
border-color: #2897FF;
}
</style>