Shades of Dodger Blue #2899F4
Tints of Dodger Blue #2899F4
RGB
CMYK
RGB Variations
Color information
#2899F4 (or 0x2899F4) is known color: Dodger Blue. HEX triplet: 28, 99 and F4. RGB value is (40,153,244). Sum of RGB (Red+Green+Blue) = 40+153+244=437 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.15% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #2899F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2899F4 is #D7660B. Grayscale: #818181. Windows color (decimal): -14116364 or 16029992. OLE color: 16029992.
HSL color Cylindrical-coordinate representation of color #2899F4: hue angle of 206.76º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2899F4 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 153 | 244 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.04 |
| HSL | 206.76º | 0.9% | 0.56% | - |
| HSV(B) | 206.76º | 0.84% | 0.96% | - |
| XYZ | 28.6 | 29.77 | 89.83 | - |
| YUV | 129.59 | 192.56 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 244 | 0.84 | 0.37 | 0 | 0.04 | 206.76 | 0.9 | 0.56 |
| Hex | 28 | 99 | F4 | 54 | 25 | 0 | 4 | CF | 5A | 38 |
| Octal | 50 | 231 | 364 | 124 | 45 | 0 | 4 | 317 | 132 | 70 |
| Binary | 101000 | 10011001 | 11110100 | 1010100 | 100101 | 0 | 100 | 11001111 | 1011010 | 111000 |
Color Harmonies of #2899F4
Complementary color
Monochromatic Colors of #2899F4
Black with #2899F4
Text Example
Text Example
White with #2899F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899F4; }
p { color: rgb(40,153,244); }
H1.HeaderClassName
{
color: #2899F4;
}
.AnyTagClassName
{
color: #2899F4;
}
</style>
background-color css
<style>
a { background-color: #2899F4; }
a { background-color: rgb(40,153,244); }
div.DivClassName
{
background-color: #2899F4;
}
.BgClassName
{
background-color: #2899F4;
}
</style>
border-color css
<style>
span { border-color: #2899F4; }
span { border-color: rgb(40,153,244); }
td.TdClassName
{
border-color: #2899F4;
}
.TagClassName
{
border-color: #2899F4;
}
</style>