Shades of Dodger Blue #298CE7
Tints of Dodger Blue #298CE7
RGB
CMYK
RGB Variations
Color information
#298CE7 (or 0x298CE7) is known color: Dodger Blue. HEX triplet: 29, 8C and E7. RGB value is (41,140,231). Sum of RGB (Red+Green+Blue) = 41+140+231=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #298CE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CE7 is #D67318. Grayscale: #787878. Windows color (decimal): -14054169 or 15174697. OLE color: 15174697.
HSL color Cylindrical-coordinate representation of color #298CE7: hue angle of 208.74º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298CE7 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 140 | 231 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.09 |
| HSL | 208.74º | 0.8% | 0.53% | - |
| HSV(B) | 208.74º | 0.82% | 0.91% | - |
| XYZ | 24.72 | 25 | 79.12 | - |
| YUV | 120.77 | 190.2 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 231 | 0.82 | 0.39 | 0 | 0.09 | 208.74 | 0.8 | 0.53 |
| Hex | 29 | 8C | E7 | 52 | 27 | 0 | 9 | D1 | 50 | 35 |
| Octal | 51 | 214 | 347 | 122 | 47 | 0 | 11 | 321 | 120 | 65 |
| Binary | 101001 | 10001100 | 11100111 | 1010010 | 100111 | 0 | 1001 | 11010001 | 1010000 | 110101 |
Color Harmonies of #298CE7
Complementary color
Monochromatic Colors of #298CE7
Black with #298CE7
Text Example
Text Example
White with #298CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CE7; }
p { color: rgb(41,140,231); }
H1.HeaderClassName
{
color: #298CE7;
}
.AnyTagClassName
{
color: #298CE7;
}
</style>
background-color css
<style>
a { background-color: #298CE7; }
a { background-color: rgb(41,140,231); }
div.DivClassName
{
background-color: #298CE7;
}
.BgClassName
{
background-color: #298CE7;
}
</style>
border-color css
<style>
span { border-color: #298CE7; }
span { border-color: rgb(41,140,231); }
td.TdClassName
{
border-color: #298CE7;
}
.TagClassName
{
border-color: #298CE7;
}
</style>