Shades of Dodger Blue #298BDA
Tints of Dodger Blue #298BDA
RGB
CMYK
RGB Variations
Color information
#298BDA (or 0x298BDA) is known color: Dodger Blue. HEX triplet: 29, 8B and DA. RGB value is (41,139,218). Sum of RGB (Red+Green+Blue) = 41+139+218=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #298BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BDA is #D67425. Grayscale: #767676. Windows color (decimal): -14054438 or 14322473. OLE color: 14322473.
HSL color Cylindrical-coordinate representation of color #298BDA: hue angle of 206.78º 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 #298BDA is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 139 | 218 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.15 |
| HSL | 206.78º | 0.71% | 0.51% | - |
| HSV(B) | 206.78º | 0.81% | 0.85% | - |
| XYZ | 22.8 | 24 | 69.76 | - |
| YUV | 118.7 | 184.03 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 218 | 0.81 | 0.36 | 0 | 0.15 | 206.78 | 0.71 | 0.51 |
| Hex | 29 | 8B | DA | 51 | 24 | 0 | F | CF | 47 | 33 |
| Octal | 51 | 213 | 332 | 121 | 44 | 0 | 17 | 317 | 107 | 63 |
| Binary | 101001 | 10001011 | 11011010 | 1010001 | 100100 | 0 | 1111 | 11001111 | 1000111 | 110011 |
Color Harmonies of #298BDA
Complementary color
Monochromatic Colors of #298BDA
Black with #298BDA
Text Example
Text Example
White with #298BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BDA; }
p { color: rgb(41,139,218); }
H1.HeaderClassName
{
color: #298BDA;
}
.AnyTagClassName
{
color: #298BDA;
}
</style>
background-color css
<style>
a { background-color: #298BDA; }
a { background-color: rgb(41,139,218); }
div.DivClassName
{
background-color: #298BDA;
}
.BgClassName
{
background-color: #298BDA;
}
</style>
border-color css
<style>
span { border-color: #298BDA; }
span { border-color: rgb(41,139,218); }
td.TdClassName
{
border-color: #298BDA;
}
.TagClassName
{
border-color: #298BDA;
}
</style>