Shades of Dodger Blue #298FDB
Tints of Dodger Blue #298FDB
RGB
CMYK
RGB Variations
Color information
#298FDB (or 0x298FDB) is known color: Dodger Blue. HEX triplet: 29, 8F and DB. RGB value is (41,143,219). Sum of RGB (Red+Green+Blue) = 41+143+219=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #298FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FDB is #D67024. Grayscale: #787878. Windows color (decimal): -14053413 or 14389033. OLE color: 14389033.
HSL color Cylindrical-coordinate representation of color #298FDB: hue angle of 205.62º 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 #298FDB is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 143 | 219 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.14 |
| HSL | 205.62º | 0.71% | 0.51% | - |
| HSV(B) | 205.62º | 0.81% | 0.86% | - |
| XYZ | 23.52 | 25.23 | 70.65 | - |
| YUV | 121.17 | 183.21 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 143 | 219 | 0.81 | 0.35 | 0 | 0.14 | 205.62 | 0.71 | 0.51 |
| Hex | 29 | 8F | DB | 51 | 23 | 0 | E | CE | 47 | 33 |
| Octal | 51 | 217 | 333 | 121 | 43 | 0 | 16 | 316 | 107 | 63 |
| Binary | 101001 | 10001111 | 11011011 | 1010001 | 100011 | 0 | 1110 | 11001110 | 1000111 | 110011 |
Color Harmonies of #298FDB
Complementary color
Monochromatic Colors of #298FDB
Black with #298FDB
Text Example
Text Example
White with #298FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298FDB; }
p { color: rgb(41,143,219); }
H1.HeaderClassName
{
color: #298FDB;
}
.AnyTagClassName
{
color: #298FDB;
}
</style>
background-color css
<style>
a { background-color: #298FDB; }
a { background-color: rgb(41,143,219); }
div.DivClassName
{
background-color: #298FDB;
}
.BgClassName
{
background-color: #298FDB;
}
</style>
border-color css
<style>
span { border-color: #298FDB; }
span { border-color: rgb(41,143,219); }
td.TdClassName
{
border-color: #298FDB;
}
.TagClassName
{
border-color: #298FDB;
}
</style>