Shades of Dodger Blue #298EEF
Tints of Dodger Blue #298EEF
RGB
CMYK
RGB Variations
Color information
#298EEF (or 0x298EEF) is known color: Dodger Blue. HEX triplet: 29, 8E and EF. RGB value is (41,142,239). Sum of RGB (Red+Green+Blue) = 41+142+239=422 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.72% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #298EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298EEF is #D67110. Grayscale: #7A7A7A. Windows color (decimal): -14053649 or 15699497. OLE color: 15699497.
HSL color Cylindrical-coordinate representation of color #298EEF: hue angle of 209.39º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298EEF is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 142 | 239 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.06 |
| HSL | 209.39º | 0.86% | 0.55% | - |
| HSV(B) | 209.39º | 0.83% | 0.94% | - |
| XYZ | 26.17 | 26.05 | 85.31 | - |
| YUV | 122.86 | 193.54 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 239 | 0.83 | 0.41 | 0 | 0.06 | 209.39 | 0.86 | 0.55 |
| Hex | 29 | 8E | EF | 53 | 29 | 0 | 6 | D1 | 56 | 37 |
| Octal | 51 | 216 | 357 | 123 | 51 | 0 | 6 | 321 | 126 | 67 |
| Binary | 101001 | 10001110 | 11101111 | 1010011 | 101001 | 0 | 110 | 11010001 | 1010110 | 110111 |
Color Harmonies of #298EEF
Complementary color
Monochromatic Colors of #298EEF
Black with #298EEF
Text Example
Text Example
White with #298EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298EEF; }
p { color: rgb(41,142,239); }
H1.HeaderClassName
{
color: #298EEF;
}
.AnyTagClassName
{
color: #298EEF;
}
</style>
background-color css
<style>
a { background-color: #298EEF; }
a { background-color: rgb(41,142,239); }
div.DivClassName
{
background-color: #298EEF;
}
.BgClassName
{
background-color: #298EEF;
}
</style>
border-color css
<style>
span { border-color: #298EEF; }
span { border-color: rgb(41,142,239); }
td.TdClassName
{
border-color: #298EEF;
}
.TagClassName
{
border-color: #298EEF;
}
</style>