Shades of Dodger Blue #2897FA
Tints of Dodger Blue #2897FA
RGB
CMYK
RGB Variations
Color information
#2897FA (or 0x2897FA) is known color: Dodger Blue. HEX triplet: 28, 97 and FA. RGB value is (40,151,250). Sum of RGB (Red+Green+Blue) = 40+151+250=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #2897FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2897FA is #D76805. Grayscale: #808080. Windows color (decimal): -14116870 or 16422696. OLE color: 16422696.
HSL color Cylindrical-coordinate representation of color #2897FA: hue angle of 208.29º 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 #2897FA is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 151 | 250 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.02 |
| HSL | 208.29º | 0.95% | 0.57% | - |
| HSV(B) | 208.29º | 0.84% | 0.98% | - |
| XYZ | 29.2 | 29.49 | 94.6 | - |
| YUV | 129.1 | 196.23 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 250 | 0.84 | 0.40 | 0 | 0.02 | 208.29 | 0.95 | 0.57 |
| Hex | 28 | 97 | FA | 54 | 28 | 0 | 2 | D0 | 5F | 39 |
| Octal | 50 | 227 | 372 | 124 | 50 | 0 | 2 | 320 | 137 | 71 |
| Binary | 101000 | 10010111 | 11111010 | 1010100 | 101000 | 0 | 10 | 11010000 | 1011111 | 111001 |
Color Harmonies of #2897FA
Complementary color
Monochromatic Colors of #2897FA
Black with #2897FA
Text Example
Text Example
White with #2897FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897FA; }
p { color: rgb(40,151,250); }
H1.HeaderClassName
{
color: #2897FA;
}
.AnyTagClassName
{
color: #2897FA;
}
</style>
background-color css
<style>
a { background-color: #2897FA; }
a { background-color: rgb(40,151,250); }
div.DivClassName
{
background-color: #2897FA;
}
.BgClassName
{
background-color: #2897FA;
}
</style>
border-color css
<style>
span { border-color: #2897FA; }
span { border-color: rgb(40,151,250); }
td.TdClassName
{
border-color: #2897FA;
}
.TagClassName
{
border-color: #2897FA;
}
</style>