Shades of Dodger Blue #2899F1
Tints of Dodger Blue #2899F1
RGB
CMYK
RGB Variations
Color information
#2899F1 (or 0x2899F1) is known color: Dodger Blue. HEX triplet: 28, 99 and F1. RGB value is (40,153,241). Sum of RGB (Red+Green+Blue) = 40+153+241=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #2899F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2899F1 is #D7660E. Grayscale: #808080. Windows color (decimal): -14116367 or 15833384. OLE color: 15833384.
HSL color Cylindrical-coordinate representation of color #2899F1: hue angle of 206.27º 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 #2899F1 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 153 | 241 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.05 |
| HSL | 206.27º | 0.88% | 0.55% | - |
| HSV(B) | 206.27º | 0.83% | 0.95% | - |
| XYZ | 28.14 | 29.58 | 87.45 | - |
| YUV | 129.25 | 191.06 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 241 | 0.83 | 0.37 | 0 | 0.05 | 206.27 | 0.88 | 0.55 |
| Hex | 28 | 99 | F1 | 53 | 25 | 0 | 5 | CE | 58 | 37 |
| Octal | 50 | 231 | 361 | 123 | 45 | 0 | 5 | 316 | 130 | 67 |
| Binary | 101000 | 10011001 | 11110001 | 1010011 | 100101 | 0 | 101 | 11001110 | 1011000 | 110111 |
Color Harmonies of #2899F1
Complementary color
Monochromatic Colors of #2899F1
Black with #2899F1
Text Example
Text Example
White with #2899F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899F1; }
p { color: rgb(40,153,241); }
H1.HeaderClassName
{
color: #2899F1;
}
.AnyTagClassName
{
color: #2899F1;
}
</style>
background-color css
<style>
a { background-color: #2899F1; }
a { background-color: rgb(40,153,241); }
div.DivClassName
{
background-color: #2899F1;
}
.BgClassName
{
background-color: #2899F1;
}
</style>
border-color css
<style>
span { border-color: #2899F1; }
span { border-color: rgb(40,153,241); }
td.TdClassName
{
border-color: #2899F1;
}
.TagClassName
{
border-color: #2899F1;
}
</style>