Shades of Dodger Blue #298DFF
Tints of Dodger Blue #298DFF
RGB
CMYK
RGB Variations
Color information
#298DFF (or 0x298DFF) is known color: Dodger Blue. HEX triplet: 29, 8D and FF. RGB value is (41,141,255). Sum of RGB (Red+Green+Blue) = 41+141+255=437 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.38% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #298DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298DFF is #D67200. Grayscale: #7B7B7B. Windows color (decimal): -14053889 or 16747817. OLE color: 16747817.
HSL color Cylindrical-coordinate representation of color #298DFF: hue angle of 211.96º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #298DFF is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 141 | 255 | - |
| CMYK | 0.84 | 0.45 | 0 | 0 |
| HSL | 211.96º | 1% | 0.58% | - |
| HSV(B) | 211.96º | 0.84% | 1% | - |
| XYZ | 28.49 | 26.74 | 98.27 | - |
| YUV | 124.1 | 201.87 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 255 | 0.84 | 0.45 | 0 | 0 | 211.96 | 1 | 0.58 |
| Hex | 29 | 8D | FF | 54 | 2D | 0 | 0 | D4 | 64 | 3A |
| Octal | 51 | 215 | 377 | 124 | 55 | 0 | 0 | 324 | 144 | 72 |
| Binary | 101001 | 10001101 | 11111111 | 1010100 | 101101 | 0 | 0 | 11010100 | 1100100 | 111010 |
Color Harmonies of #298DFF
Complementary color
Monochromatic Colors of #298DFF
Black with #298DFF
Text Example
Text Example
White with #298DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DFF; }
p { color: rgb(41,141,255); }
H1.HeaderClassName
{
color: #298DFF;
}
.AnyTagClassName
{
color: #298DFF;
}
</style>
background-color css
<style>
a { background-color: #298DFF; }
a { background-color: rgb(41,141,255); }
div.DivClassName
{
background-color: #298DFF;
}
.BgClassName
{
background-color: #298DFF;
}
</style>
border-color css
<style>
span { border-color: #298DFF; }
span { border-color: rgb(41,141,255); }
td.TdClassName
{
border-color: #298DFF;
}
.TagClassName
{
border-color: #298DFF;
}
</style>