Shades of Dodger Blue #298CEA
Tints of Dodger Blue #298CEA
RGB
CMYK
RGB Variations
Color information
#298CEA (or 0x298CEA) is known color: Dodger Blue. HEX triplet: 29, 8C and EA. RGB value is (41,140,234). Sum of RGB (Red+Green+Blue) = 41+140+234=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #298CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CEA is #D67315. Grayscale: #787878. Windows color (decimal): -14054166 or 15371305. OLE color: 15371305.
HSL color Cylindrical-coordinate representation of color #298CEA: hue angle of 209.22º 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 #298CEA is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 140 | 234 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.08 |
| HSL | 209.22º | 0.82% | 0.54% | - |
| HSV(B) | 209.22º | 0.82% | 0.92% | - |
| XYZ | 25.14 | 25.17 | 81.37 | - |
| YUV | 121.12 | 191.7 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 234 | 0.82 | 0.40 | 0 | 0.08 | 209.22 | 0.82 | 0.54 |
| Hex | 29 | 8C | EA | 52 | 28 | 0 | 8 | D1 | 52 | 36 |
| Octal | 51 | 214 | 352 | 122 | 50 | 0 | 10 | 321 | 122 | 66 |
| Binary | 101001 | 10001100 | 11101010 | 1010010 | 101000 | 0 | 1000 | 11010001 | 1010010 | 110110 |
Color Harmonies of #298CEA
Complementary color
Monochromatic Colors of #298CEA
Black with #298CEA
Text Example
Text Example
White with #298CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CEA; }
p { color: rgb(41,140,234); }
H1.HeaderClassName
{
color: #298CEA;
}
.AnyTagClassName
{
color: #298CEA;
}
</style>
background-color css
<style>
a { background-color: #298CEA; }
a { background-color: rgb(41,140,234); }
div.DivClassName
{
background-color: #298CEA;
}
.BgClassName
{
background-color: #298CEA;
}
</style>
border-color css
<style>
span { border-color: #298CEA; }
span { border-color: rgb(41,140,234); }
td.TdClassName
{
border-color: #298CEA;
}
.TagClassName
{
border-color: #298CEA;
}
</style>