Shades of Dodger Blue #298EFF
Tints of Dodger Blue #298EFF
RGB
CMYK
RGB Variations
Color information
#298EFF (or 0x298EFF) is known color: Dodger Blue. HEX triplet: 29, 8E and FF. RGB value is (41,142,255). Sum of RGB (Red+Green+Blue) = 41+142+255=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #298EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298EFF is #D67100. Grayscale: #7C7C7C. Windows color (decimal): -14053633 or 16748073. OLE color: 16748073.
HSL color Cylindrical-coordinate representation of color #298EFF: hue angle of 211.68º 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 #298EFF is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 142 | 255 | - |
| CMYK | 0.84 | 0.44 | 0 | 0 |
| HSL | 211.68º | 1% | 0.58% | - |
| HSV(B) | 211.68º | 0.84% | 1% | - |
| XYZ | 28.64 | 27.04 | 98.32 | - |
| YUV | 124.68 | 201.54 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 255 | 0.84 | 0.44 | 0 | 0 | 211.68 | 1 | 0.58 |
| Hex | 29 | 8E | FF | 54 | 2C | 0 | 0 | D4 | 64 | 3A |
| Octal | 51 | 216 | 377 | 124 | 54 | 0 | 0 | 324 | 144 | 72 |
| Binary | 101001 | 10001110 | 11111111 | 1010100 | 101100 | 0 | 0 | 11010100 | 1100100 | 111010 |
Color Harmonies of #298EFF
Complementary color
Monochromatic Colors of #298EFF
Black with #298EFF
Text Example
Text Example
White with #298EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298EFF; }
p { color: rgb(41,142,255); }
H1.HeaderClassName
{
color: #298EFF;
}
.AnyTagClassName
{
color: #298EFF;
}
</style>
background-color css
<style>
a { background-color: #298EFF; }
a { background-color: rgb(41,142,255); }
div.DivClassName
{
background-color: #298EFF;
}
.BgClassName
{
background-color: #298EFF;
}
</style>
border-color css
<style>
span { border-color: #298EFF; }
span { border-color: rgb(41,142,255); }
td.TdClassName
{
border-color: #298EFF;
}
.TagClassName
{
border-color: #298EFF;
}
</style>