Shades of Dodger Blue #2897F1
Tints of Dodger Blue #2897F1
RGB
CMYK
RGB Variations
Color information
#2897F1 (or 0x2897F1) is known color: Dodger Blue. HEX triplet: 28, 97 and F1. RGB value is (40,151,241). Sum of RGB (Red+Green+Blue) = 40+151+241=432 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.26% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #2897F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2897F1 is #D7680E. Grayscale: #7F7F7F. Windows color (decimal): -14116879 or 15832872. OLE color: 15832872.
HSL color Cylindrical-coordinate representation of color #2897F1: hue angle of 206.87º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2897F1 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 151 | 241 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.05 |
| HSL | 206.87º | 0.88% | 0.55% | - |
| HSV(B) | 206.87º | 0.83% | 0.95% | - |
| XYZ | 27.82 | 28.94 | 87.34 | - |
| YUV | 128.07 | 191.73 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 241 | 0.83 | 0.37 | 0 | 0.05 | 206.87 | 0.88 | 0.55 |
| Hex | 28 | 97 | F1 | 53 | 25 | 0 | 5 | CF | 58 | 37 |
| Octal | 50 | 227 | 361 | 123 | 45 | 0 | 5 | 317 | 130 | 67 |
| Binary | 101000 | 10010111 | 11110001 | 1010011 | 100101 | 0 | 101 | 11001111 | 1011000 | 110111 |
Color Harmonies of #2897F1
Complementary color
Monochromatic Colors of #2897F1
Black with #2897F1
Text Example
Text Example
White with #2897F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897F1; }
p { color: rgb(40,151,241); }
H1.HeaderClassName
{
color: #2897F1;
}
.AnyTagClassName
{
color: #2897F1;
}
</style>
background-color css
<style>
a { background-color: #2897F1; }
a { background-color: rgb(40,151,241); }
div.DivClassName
{
background-color: #2897F1;
}
.BgClassName
{
background-color: #2897F1;
}
</style>
border-color css
<style>
span { border-color: #2897F1; }
span { border-color: rgb(40,151,241); }
td.TdClassName
{
border-color: #2897F1;
}
.TagClassName
{
border-color: #2897F1;
}
</style>