Shades of Dodger Blue #298ADA
Tints of Dodger Blue #298ADA
RGB
CMYK
RGB Variations
Color information
#298ADA (or 0x298ADA) is known color: Dodger Blue. HEX triplet: 29, 8A and DA. RGB value is (41,138,218). Sum of RGB (Red+Green+Blue) = 41+138+218=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #298ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ADA is #D67525. Grayscale: #757575. Windows color (decimal): -14054694 or 14322217. OLE color: 14322217.
HSL color Cylindrical-coordinate representation of color #298ADA: hue angle of 207.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #298ADA is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 138 | 218 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.15 |
| HSL | 207.12º | 0.71% | 0.51% | - |
| HSV(B) | 207.12º | 0.81% | 0.85% | - |
| XYZ | 22.66 | 23.71 | 69.71 | - |
| YUV | 118.12 | 184.36 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 218 | 0.81 | 0.37 | 0 | 0.15 | 207.12 | 0.71 | 0.51 |
| Hex | 29 | 8A | DA | 51 | 25 | 0 | F | CF | 47 | 33 |
| Octal | 51 | 212 | 332 | 121 | 45 | 0 | 17 | 317 | 107 | 63 |
| Binary | 101001 | 10001010 | 11011010 | 1010001 | 100101 | 0 | 1111 | 11001111 | 1000111 | 110011 |
Color Harmonies of #298ADA
Complementary color
Monochromatic Colors of #298ADA
Black with #298ADA
Text Example
Text Example
White with #298ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298ADA; }
p { color: rgb(41,138,218); }
H1.HeaderClassName
{
color: #298ADA;
}
.AnyTagClassName
{
color: #298ADA;
}
</style>
background-color css
<style>
a { background-color: #298ADA; }
a { background-color: rgb(41,138,218); }
div.DivClassName
{
background-color: #298ADA;
}
.BgClassName
{
background-color: #298ADA;
}
</style>
border-color css
<style>
span { border-color: #298ADA; }
span { border-color: rgb(41,138,218); }
td.TdClassName
{
border-color: #298ADA;
}
.TagClassName
{
border-color: #298ADA;
}
</style>