Shades of Dodger Blue #298DDF
Tints of Dodger Blue #298DDF
RGB
CMYK
RGB Variations
Color information
#298DDF (or 0x298DDF) is known color: Dodger Blue. HEX triplet: 29, 8D and DF. RGB value is (41,141,223). Sum of RGB (Red+Green+Blue) = 41+141+223=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #298DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DDF is #D67220. Grayscale: #787878. Windows color (decimal): -14053921 or 14650665. OLE color: 14650665.
HSL color Cylindrical-coordinate representation of color #298DDF: hue angle of 207.03º degrees, saturation: 0.74, 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 #298DDF is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 141 | 223 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.13 |
| HSL | 207.03º | 0.74% | 0.52% | - |
| HSV(B) | 207.03º | 0.82% | 0.87% | - |
| XYZ | 23.76 | 24.85 | 73.36 | - |
| YUV | 120.45 | 185.87 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 223 | 0.82 | 0.37 | 0 | 0.13 | 207.03 | 0.74 | 0.52 |
| Hex | 29 | 8D | DF | 52 | 25 | 0 | D | CF | 4A | 34 |
| Octal | 51 | 215 | 337 | 122 | 45 | 0 | 15 | 317 | 112 | 64 |
| Binary | 101001 | 10001101 | 11011111 | 1010010 | 100101 | 0 | 1101 | 11001111 | 1001010 | 110100 |
Color Harmonies of #298DDF
Complementary color
Monochromatic Colors of #298DDF
Black with #298DDF
Text Example
Text Example
White with #298DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DDF; }
p { color: rgb(41,141,223); }
H1.HeaderClassName
{
color: #298DDF;
}
.AnyTagClassName
{
color: #298DDF;
}
</style>
background-color css
<style>
a { background-color: #298DDF; }
a { background-color: rgb(41,141,223); }
div.DivClassName
{
background-color: #298DDF;
}
.BgClassName
{
background-color: #298DDF;
}
</style>
border-color css
<style>
span { border-color: #298DDF; }
span { border-color: rgb(41,141,223); }
td.TdClassName
{
border-color: #298DDF;
}
.TagClassName
{
border-color: #298DDF;
}
</style>