Shades of Dodger Blue #298CEC
Tints of Dodger Blue #298CEC
RGB
CMYK
RGB Variations
Color information
#298CEC (or 0x298CEC) is known color: Dodger Blue. HEX triplet: 29, 8C and EC. RGB value is (41,140,236). Sum of RGB (Red+Green+Blue) = 41+140+236=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #298CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CEC is #D67313. Grayscale: #787878. Windows color (decimal): -14054164 or 15502377. OLE color: 15502377.
HSL color Cylindrical-coordinate representation of color #298CEC: hue angle of 209.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298CEC is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 140 | 236 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.07 |
| HSL | 209.54º | 0.84% | 0.54% | - |
| HSV(B) | 209.54º | 0.83% | 0.93% | - |
| XYZ | 25.43 | 25.28 | 82.9 | - |
| YUV | 121.34 | 192.7 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 236 | 0.83 | 0.41 | 0 | 0.07 | 209.54 | 0.84 | 0.54 |
| Hex | 29 | 8C | EC | 53 | 29 | 0 | 7 | D2 | 54 | 36 |
| Octal | 51 | 214 | 354 | 123 | 51 | 0 | 7 | 322 | 124 | 66 |
| Binary | 101001 | 10001100 | 11101100 | 1010011 | 101001 | 0 | 111 | 11010010 | 1010100 | 110110 |
Color Harmonies of #298CEC
Complementary color
Monochromatic Colors of #298CEC
Black with #298CEC
Text Example
Text Example
White with #298CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CEC; }
p { color: rgb(41,140,236); }
H1.HeaderClassName
{
color: #298CEC;
}
.AnyTagClassName
{
color: #298CEC;
}
</style>
background-color css
<style>
a { background-color: #298CEC; }
a { background-color: rgb(41,140,236); }
div.DivClassName
{
background-color: #298CEC;
}
.BgClassName
{
background-color: #298CEC;
}
</style>
border-color css
<style>
span { border-color: #298CEC; }
span { border-color: rgb(41,140,236); }
td.TdClassName
{
border-color: #298CEC;
}
.TagClassName
{
border-color: #298CEC;
}
</style>