Shades of Dodger Blue #2899F8
Tints of Dodger Blue #2899F8
RGB
CMYK
RGB Variations
Color information
#2899F8 (or 0x2899F8) is known color: Dodger Blue. HEX triplet: 28, 99 and F8. RGB value is (40,153,248). Sum of RGB (Red+Green+Blue) = 40+153+248=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #2899F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2899F8 is #D76607. Grayscale: #818181. Windows color (decimal): -14116360 or 16292136. OLE color: 16292136.
HSL color Cylindrical-coordinate representation of color #2899F8: hue angle of 207.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2899F8 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 153 | 248 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.03 |
| HSL | 207.4º | 0.94% | 0.56% | - |
| HSV(B) | 207.4º | 0.84% | 0.97% | - |
| XYZ | 29.21 | 30.01 | 93.06 | - |
| YUV | 130.04 | 194.56 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 248 | 0.84 | 0.38 | 0 | 0.03 | 207.4 | 0.94 | 0.56 |
| Hex | 28 | 99 | F8 | 54 | 26 | 0 | 3 | CF | 5E | 38 |
| Octal | 50 | 231 | 370 | 124 | 46 | 0 | 3 | 317 | 136 | 70 |
| Binary | 101000 | 10011001 | 11111000 | 1010100 | 100110 | 0 | 11 | 11001111 | 1011110 | 111000 |
Color Harmonies of #2899F8
Complementary color
Monochromatic Colors of #2899F8
Black with #2899F8
Text Example
Text Example
White with #2899F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899F8; }
p { color: rgb(40,153,248); }
H1.HeaderClassName
{
color: #2899F8;
}
.AnyTagClassName
{
color: #2899F8;
}
</style>
background-color css
<style>
a { background-color: #2899F8; }
a { background-color: rgb(40,153,248); }
div.DivClassName
{
background-color: #2899F8;
}
.BgClassName
{
background-color: #2899F8;
}
</style>
border-color css
<style>
span { border-color: #2899F8; }
span { border-color: rgb(40,153,248); }
td.TdClassName
{
border-color: #2899F8;
}
.TagClassName
{
border-color: #2899F8;
}
</style>