Shades of Dodger Blue #298ADF
Tints of Dodger Blue #298ADF
RGB
CMYK
RGB Variations
Color information
#298ADF (or 0x298ADF) is known color: Dodger Blue. HEX triplet: 29, 8A and DF. RGB value is (41,138,223). Sum of RGB (Red+Green+Blue) = 41+138+223=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #298ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ADF is #D67520. Grayscale: #767676. Windows color (decimal): -14054689 or 14649897. OLE color: 14649897.
HSL color Cylindrical-coordinate representation of color #298ADF: hue angle of 208.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298ADF is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 138 | 223 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.13 |
| HSL | 208.02º | 0.74% | 0.52% | - |
| HSV(B) | 208.02º | 0.82% | 0.87% | - |
| XYZ | 23.32 | 23.98 | 73.21 | - |
| YUV | 118.69 | 186.86 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 223 | 0.82 | 0.38 | 0 | 0.13 | 208.02 | 0.74 | 0.52 |
| Hex | 29 | 8A | DF | 52 | 26 | 0 | D | D0 | 4A | 34 |
| Octal | 51 | 212 | 337 | 122 | 46 | 0 | 15 | 320 | 112 | 64 |
| Binary | 101001 | 10001010 | 11011111 | 1010010 | 100110 | 0 | 1101 | 11010000 | 1001010 | 110100 |
Color Harmonies of #298ADF
Complementary color
Monochromatic Colors of #298ADF
Black with #298ADF
Text Example
Text Example
White with #298ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298ADF; }
p { color: rgb(41,138,223); }
H1.HeaderClassName
{
color: #298ADF;
}
.AnyTagClassName
{
color: #298ADF;
}
</style>
background-color css
<style>
a { background-color: #298ADF; }
a { background-color: rgb(41,138,223); }
div.DivClassName
{
background-color: #298ADF;
}
.BgClassName
{
background-color: #298ADF;
}
</style>
border-color css
<style>
span { border-color: #298ADF; }
span { border-color: rgb(41,138,223); }
td.TdClassName
{
border-color: #298ADF;
}
.TagClassName
{
border-color: #298ADF;
}
</style>