Shades of Dodger Blue #298ADB
Tints of Dodger Blue #298ADB
RGB
CMYK
RGB Variations
Color information
#298ADB (or 0x298ADB) is known color: Dodger Blue. HEX triplet: 29, 8A and DB. RGB value is (41,138,219). Sum of RGB (Red+Green+Blue) = 41+138+219=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #298ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ADB is #D67524. Grayscale: #757575. Windows color (decimal): -14054693 or 14387753. OLE color: 14387753.
HSL color Cylindrical-coordinate representation of color #298ADB: hue angle of 207.3º 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 #298ADB is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 138 | 219 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.14 |
| HSL | 207.3º | 0.71% | 0.51% | - |
| HSV(B) | 207.3º | 0.81% | 0.86% | - |
| XYZ | 22.79 | 23.76 | 70.4 | - |
| YUV | 118.23 | 184.86 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 219 | 0.81 | 0.37 | 0 | 0.14 | 207.3 | 0.71 | 0.51 |
| Hex | 29 | 8A | DB | 51 | 25 | 0 | E | CF | 47 | 33 |
| Octal | 51 | 212 | 333 | 121 | 45 | 0 | 16 | 317 | 107 | 63 |
| Binary | 101001 | 10001010 | 11011011 | 1010001 | 100101 | 0 | 1110 | 11001111 | 1000111 | 110011 |
Color Harmonies of #298ADB
Complementary color
Monochromatic Colors of #298ADB
Black with #298ADB
Text Example
Text Example
White with #298ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298ADB; }
p { color: rgb(41,138,219); }
H1.HeaderClassName
{
color: #298ADB;
}
.AnyTagClassName
{
color: #298ADB;
}
</style>
background-color css
<style>
a { background-color: #298ADB; }
a { background-color: rgb(41,138,219); }
div.DivClassName
{
background-color: #298ADB;
}
.BgClassName
{
background-color: #298ADB;
}
</style>
border-color css
<style>
span { border-color: #298ADB; }
span { border-color: rgb(41,138,219); }
td.TdClassName
{
border-color: #298ADB;
}
.TagClassName
{
border-color: #298ADB;
}
</style>