Shades of Dodger Blue #298FDE
Tints of Dodger Blue #298FDE
RGB
CMYK
RGB Variations
Color information
#298FDE (or 0x298FDE) is known color: Dodger Blue. HEX triplet: 29, 8F and DE. RGB value is (41,143,222). Sum of RGB (Red+Green+Blue) = 41+143+222=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #298FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FDE is #D67021. Grayscale: #797979. Windows color (decimal): -14053410 or 14585641. OLE color: 14585641.
HSL color Cylindrical-coordinate representation of color #298FDE: hue angle of 206.19º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298FDE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 143 | 222 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.13 |
| HSL | 206.19º | 0.73% | 0.52% | - |
| HSV(B) | 206.19º | 0.82% | 0.87% | - |
| XYZ | 23.92 | 25.39 | 72.75 | - |
| YUV | 121.51 | 184.71 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 143 | 222 | 0.82 | 0.36 | 0 | 0.13 | 206.19 | 0.73 | 0.52 |
| Hex | 29 | 8F | DE | 52 | 24 | 0 | D | CE | 49 | 34 |
| Octal | 51 | 217 | 336 | 122 | 44 | 0 | 15 | 316 | 111 | 64 |
| Binary | 101001 | 10001111 | 11011110 | 1010010 | 100100 | 0 | 1101 | 11001110 | 1001001 | 110100 |
Color Harmonies of #298FDE
Complementary color
Monochromatic Colors of #298FDE
Black with #298FDE
Text Example
Text Example
White with #298FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298FDE; }
p { color: rgb(41,143,222); }
H1.HeaderClassName
{
color: #298FDE;
}
.AnyTagClassName
{
color: #298FDE;
}
</style>
background-color css
<style>
a { background-color: #298FDE; }
a { background-color: rgb(41,143,222); }
div.DivClassName
{
background-color: #298FDE;
}
.BgClassName
{
background-color: #298FDE;
}
</style>
border-color css
<style>
span { border-color: #298FDE; }
span { border-color: rgb(41,143,222); }
td.TdClassName
{
border-color: #298FDE;
}
.TagClassName
{
border-color: #298FDE;
}
</style>