Shades of Dodger Blue #298BDB
Tints of Dodger Blue #298BDB
RGB
CMYK
RGB Variations
Color information
#298BDB (or 0x298BDB) is known color: Dodger Blue. HEX triplet: 29, 8B and DB. RGB value is (41,139,219). Sum of RGB (Red+Green+Blue) = 41+139+219=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #298BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BDB is #D67424. Grayscale: #767676. Windows color (decimal): -14054437 or 14388009. OLE color: 14388009.
HSL color Cylindrical-coordinate representation of color #298BDB: hue angle of 206.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #298BDB is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 139 | 219 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.14 |
| HSL | 206.97º | 0.71% | 0.51% | - |
| HSV(B) | 206.97º | 0.81% | 0.86% | - |
| XYZ | 22.93 | 24.05 | 70.45 | - |
| YUV | 118.82 | 184.53 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 219 | 0.81 | 0.37 | 0 | 0.14 | 206.97 | 0.71 | 0.51 |
| Hex | 29 | 8B | DB | 51 | 25 | 0 | E | CF | 47 | 33 |
| Octal | 51 | 213 | 333 | 121 | 45 | 0 | 16 | 317 | 107 | 63 |
| Binary | 101001 | 10001011 | 11011011 | 1010001 | 100101 | 0 | 1110 | 11001111 | 1000111 | 110011 |
Color Harmonies of #298BDB
Complementary color
Monochromatic Colors of #298BDB
Black with #298BDB
Text Example
Text Example
White with #298BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BDB; }
p { color: rgb(41,139,219); }
H1.HeaderClassName
{
color: #298BDB;
}
.AnyTagClassName
{
color: #298BDB;
}
</style>
background-color css
<style>
a { background-color: #298BDB; }
a { background-color: rgb(41,139,219); }
div.DivClassName
{
background-color: #298BDB;
}
.BgClassName
{
background-color: #298BDB;
}
</style>
border-color css
<style>
span { border-color: #298BDB; }
span { border-color: rgb(41,139,219); }
td.TdClassName
{
border-color: #298BDB;
}
.TagClassName
{
border-color: #298BDB;
}
</style>