Shades of Dodger Blue #2998F1
Tints of Dodger Blue #2998F1
RGB
CMYK
RGB Variations
Color information
#2998F1 (or 0x2998F1) is known color: Dodger Blue. HEX triplet: 29, 98 and F1. RGB value is (41,152,241). Sum of RGB (Red+Green+Blue) = 41+152+241=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 152 (59.77% from 255 or 35.02% 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 #2998F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2998F1 is #D6670E. Grayscale: #808080. Windows color (decimal): -14051087 or 15833129. OLE color: 15833129.
HSL color Cylindrical-coordinate representation of color #2998F1: hue angle of 206.7º 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 #2998F1 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 152 | 241 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.05 |
| HSL | 206.7º | 0.88% | 0.55% | - |
| HSV(B) | 206.7º | 0.83% | 0.95% | - |
| XYZ | 28.02 | 29.28 | 87.39 | - |
| YUV | 128.96 | 191.23 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 241 | 0.83 | 0.37 | 0 | 0.05 | 206.7 | 0.88 | 0.55 |
| Hex | 29 | 98 | F1 | 53 | 25 | 0 | 5 | CF | 58 | 37 |
| Octal | 51 | 230 | 361 | 123 | 45 | 0 | 5 | 317 | 130 | 67 |
| Binary | 101001 | 10011000 | 11110001 | 1010011 | 100101 | 0 | 101 | 11001111 | 1011000 | 110111 |
Color Harmonies of #2998F1
Complementary color
Monochromatic Colors of #2998F1
Black with #2998F1
Text Example
Text Example
White with #2998F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2998F1; }
p { color: rgb(41,152,241); }
H1.HeaderClassName
{
color: #2998F1;
}
.AnyTagClassName
{
color: #2998F1;
}
</style>
background-color css
<style>
a { background-color: #2998F1; }
a { background-color: rgb(41,152,241); }
div.DivClassName
{
background-color: #2998F1;
}
.BgClassName
{
background-color: #2998F1;
}
</style>
border-color css
<style>
span { border-color: #2998F1; }
span { border-color: rgb(41,152,241); }
td.TdClassName
{
border-color: #2998F1;
}
.TagClassName
{
border-color: #2998F1;
}
</style>