Shades of Dodger Blue #298EEA
Tints of Dodger Blue #298EEA
RGB
CMYK
RGB Variations
Color information
#298EEA (or 0x298EEA) is known color: Dodger Blue. HEX triplet: 29, 8E and EA. RGB value is (41,142,234). Sum of RGB (Red+Green+Blue) = 41+142+234=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #298EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298EEA is #D67115. Grayscale: #797979. Windows color (decimal): -14053654 or 15371817. OLE color: 15371817.
HSL color Cylindrical-coordinate representation of color #298EEA: hue angle of 208.6º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298EEA is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 142 | 234 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.08 |
| HSL | 208.6º | 0.82% | 0.54% | - |
| HSV(B) | 208.6º | 0.82% | 0.92% | - |
| XYZ | 25.44 | 25.76 | 81.47 | - |
| YUV | 122.29 | 191.04 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 234 | 0.82 | 0.39 | 0 | 0.08 | 208.6 | 0.82 | 0.54 |
| Hex | 29 | 8E | EA | 52 | 27 | 0 | 8 | D1 | 52 | 36 |
| Octal | 51 | 216 | 352 | 122 | 47 | 0 | 10 | 321 | 122 | 66 |
| Binary | 101001 | 10001110 | 11101010 | 1010010 | 100111 | 0 | 1000 | 11010001 | 1010010 | 110110 |
Color Harmonies of #298EEA
Complementary color
Monochromatic Colors of #298EEA
Black with #298EEA
Text Example
Text Example
White with #298EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298EEA; }
p { color: rgb(41,142,234); }
H1.HeaderClassName
{
color: #298EEA;
}
.AnyTagClassName
{
color: #298EEA;
}
</style>
background-color css
<style>
a { background-color: #298EEA; }
a { background-color: rgb(41,142,234); }
div.DivClassName
{
background-color: #298EEA;
}
.BgClassName
{
background-color: #298EEA;
}
</style>
border-color css
<style>
span { border-color: #298EEA; }
span { border-color: rgb(41,142,234); }
td.TdClassName
{
border-color: #298EEA;
}
.TagClassName
{
border-color: #298EEA;
}
</style>