Shades of Dodger Blue #298BE8
Tints of Dodger Blue #298BE8
RGB
CMYK
RGB Variations
Color information
#298BE8 (or 0x298BE8) is known color: Dodger Blue. HEX triplet: 29, 8B and E8. RGB value is (41,139,232). Sum of RGB (Red+Green+Blue) = 41+139+232=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #298BE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298BE8 is #D67417. Grayscale: #777777. Windows color (decimal): -14054424 or 15239977. OLE color: 15239977.
HSL color Cylindrical-coordinate representation of color #298BE8: hue angle of 209.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298BE8 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 139 | 232 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.09 |
| HSL | 209.21º | 0.81% | 0.54% | - |
| HSV(B) | 209.21º | 0.82% | 0.91% | - |
| XYZ | 24.71 | 24.76 | 79.82 | - |
| YUV | 120.3 | 191.03 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 232 | 0.82 | 0.40 | 0 | 0.09 | 209.21 | 0.81 | 0.54 |
| Hex | 29 | 8B | E8 | 52 | 28 | 0 | 9 | D1 | 51 | 36 |
| Octal | 51 | 213 | 350 | 122 | 50 | 0 | 11 | 321 | 121 | 66 |
| Binary | 101001 | 10001011 | 11101000 | 1010010 | 101000 | 0 | 1001 | 11010001 | 1010001 | 110110 |
Color Harmonies of #298BE8
Complementary color
Monochromatic Colors of #298BE8
Black with #298BE8
Text Example
Text Example
White with #298BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BE8; }
p { color: rgb(41,139,232); }
H1.HeaderClassName
{
color: #298BE8;
}
.AnyTagClassName
{
color: #298BE8;
}
</style>
background-color css
<style>
a { background-color: #298BE8; }
a { background-color: rgb(41,139,232); }
div.DivClassName
{
background-color: #298BE8;
}
.BgClassName
{
background-color: #298BE8;
}
</style>
border-color css
<style>
span { border-color: #298BE8; }
span { border-color: rgb(41,139,232); }
td.TdClassName
{
border-color: #298BE8;
}
.TagClassName
{
border-color: #298BE8;
}
</style>