Shades of Dodger Blue #298FE7
Tints of Dodger Blue #298FE7
RGB
CMYK
RGB Variations
Color information
#298FE7 (or 0x298FE7) is known color: Dodger Blue. HEX triplet: 29, 8F and E7. RGB value is (41,143,231). Sum of RGB (Red+Green+Blue) = 41+143+231=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 231 (90.62% from 255 or 55.66% from 415); Max value from RGB is 231 - color contains mainly: blue. Hex color #298FE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298FE7 is #D67018. Grayscale: #7A7A7A. Windows color (decimal): -14053401 or 15175465. OLE color: 15175465.
HSL color Cylindrical-coordinate representation of color #298FE7: hue angle of 207.79º 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 #298FE7 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 143 | 231 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.09 |
| HSL | 207.79º | 0.8% | 0.53% | - |
| HSV(B) | 207.79º | 0.82% | 0.91% | - |
| XYZ | 25.16 | 25.89 | 79.27 | - |
| YUV | 122.53 | 189.21 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 143 | 231 | 0.82 | 0.38 | 0 | 0.09 | 207.79 | 0.8 | 0.53 |
| Hex | 29 | 8F | E7 | 52 | 26 | 0 | 9 | D0 | 50 | 35 |
| Octal | 51 | 217 | 347 | 122 | 46 | 0 | 11 | 320 | 120 | 65 |
| Binary | 101001 | 10001111 | 11100111 | 1010010 | 100110 | 0 | 1001 | 11010000 | 1010000 | 110101 |
Color Harmonies of #298FE7
Complementary color
Monochromatic Colors of #298FE7
Black with #298FE7
Text Example
Text Example
White with #298FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298FE7; }
p { color: rgb(41,143,231); }
H1.HeaderClassName
{
color: #298FE7;
}
.AnyTagClassName
{
color: #298FE7;
}
</style>
background-color css
<style>
a { background-color: #298FE7; }
a { background-color: rgb(41,143,231); }
div.DivClassName
{
background-color: #298FE7;
}
.BgClassName
{
background-color: #298FE7;
}
</style>
border-color css
<style>
span { border-color: #298FE7; }
span { border-color: rgb(41,143,231); }
td.TdClassName
{
border-color: #298FE7;
}
.TagClassName
{
border-color: #298FE7;
}
</style>