Shades of Dodger Blue #298ADD
Tints of Dodger Blue #298ADD
RGB
CMYK
RGB Variations
Color information
#298ADD (or 0x298ADD) is known color: Dodger Blue. HEX triplet: 29, 8A and DD. RGB value is (41,138,221). Sum of RGB (Red+Green+Blue) = 41+138+221=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #298ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ADD is #D67522. Grayscale: #767676. Windows color (decimal): -14054691 or 14518825. OLE color: 14518825.
HSL color Cylindrical-coordinate representation of color #298ADD: hue angle of 207.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #298ADD is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 138 | 221 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.13 |
| HSL | 207.67º | 0.73% | 0.51% | - |
| HSV(B) | 207.67º | 0.81% | 0.87% | - |
| XYZ | 23.05 | 23.87 | 71.8 | - |
| YUV | 118.46 | 185.86 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 221 | 0.81 | 0.38 | 0 | 0.13 | 207.67 | 0.73 | 0.51 |
| Hex | 29 | 8A | DD | 51 | 26 | 0 | D | D0 | 49 | 33 |
| Octal | 51 | 212 | 335 | 121 | 46 | 0 | 15 | 320 | 111 | 63 |
| Binary | 101001 | 10001010 | 11011101 | 1010001 | 100110 | 0 | 1101 | 11010000 | 1001001 | 110011 |
Color Harmonies of #298ADD
Complementary color
Monochromatic Colors of #298ADD
Black with #298ADD
Text Example
Text Example
White with #298ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298ADD; }
p { color: rgb(41,138,221); }
H1.HeaderClassName
{
color: #298ADD;
}
.AnyTagClassName
{
color: #298ADD;
}
</style>
background-color css
<style>
a { background-color: #298ADD; }
a { background-color: rgb(41,138,221); }
div.DivClassName
{
background-color: #298ADD;
}
.BgClassName
{
background-color: #298ADD;
}
</style>
border-color css
<style>
span { border-color: #298ADD; }
span { border-color: rgb(41,138,221); }
td.TdClassName
{
border-color: #298ADD;
}
.TagClassName
{
border-color: #298ADD;
}
</style>