Shades of Dodger Blue #298BEE
Tints of Dodger Blue #298BEE
RGB
CMYK
RGB Variations
Color information
#298BEE (or 0x298BEE) is known color: Dodger Blue. HEX triplet: 29, 8B and EE. RGB value is (41,139,238). Sum of RGB (Red+Green+Blue) = 41+139+238=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #298BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298BEE is #D67411. Grayscale: #787878. Windows color (decimal): -14054418 or 15633193. OLE color: 15633193.
HSL color Cylindrical-coordinate representation of color #298BEE: hue angle of 210.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298BEE is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 139 | 238 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.07 |
| HSL | 210.15º | 0.85% | 0.55% | - |
| HSV(B) | 210.15º | 0.83% | 0.93% | - |
| XYZ | 25.58 | 25.11 | 84.39 | - |
| YUV | 120.98 | 194.03 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 238 | 0.83 | 0.42 | 0 | 0.07 | 210.15 | 0.85 | 0.55 |
| Hex | 29 | 8B | EE | 53 | 2A | 0 | 7 | D2 | 55 | 37 |
| Octal | 51 | 213 | 356 | 123 | 52 | 0 | 7 | 322 | 125 | 67 |
| Binary | 101001 | 10001011 | 11101110 | 1010011 | 101010 | 0 | 111 | 11010010 | 1010101 | 110111 |
Color Harmonies of #298BEE
Complementary color
Monochromatic Colors of #298BEE
Black with #298BEE
Text Example
Text Example
White with #298BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BEE; }
p { color: rgb(41,139,238); }
H1.HeaderClassName
{
color: #298BEE;
}
.AnyTagClassName
{
color: #298BEE;
}
</style>
background-color css
<style>
a { background-color: #298BEE; }
a { background-color: rgb(41,139,238); }
div.DivClassName
{
background-color: #298BEE;
}
.BgClassName
{
background-color: #298BEE;
}
</style>
border-color css
<style>
span { border-color: #298BEE; }
span { border-color: rgb(41,139,238); }
td.TdClassName
{
border-color: #298BEE;
}
.TagClassName
{
border-color: #298BEE;
}
</style>