Shades of Dodger Blue #298CEF
Tints of Dodger Blue #298CEF
RGB
CMYK
RGB Variations
Color information
#298CEF (or 0x298CEF) is known color: Dodger Blue. HEX triplet: 29, 8C and EF. RGB value is (41,140,239). Sum of RGB (Red+Green+Blue) = 41+140+239=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #298CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CEF is #D67310. Grayscale: #797979. Windows color (decimal): -14054161 or 15698985. OLE color: 15698985.
HSL color Cylindrical-coordinate representation of color #298CEF: hue angle of 210º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298CEF is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 140 | 239 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.06 |
| HSL | 210º | 0.86% | 0.55% | - |
| HSV(B) | 210º | 0.83% | 0.94% | - |
| XYZ | 25.87 | 25.46 | 85.21 | - |
| YUV | 121.69 | 194.2 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 239 | 0.83 | 0.41 | 0 | 0.06 | 210 | 0.86 | 0.55 |
| Hex | 29 | 8C | EF | 53 | 29 | 0 | 6 | D2 | 56 | 37 |
| Octal | 51 | 214 | 357 | 123 | 51 | 0 | 6 | 322 | 126 | 67 |
| Binary | 101001 | 10001100 | 11101111 | 1010011 | 101001 | 0 | 110 | 11010010 | 1010110 | 110111 |
Color Harmonies of #298CEF
Complementary color
Monochromatic Colors of #298CEF
Black with #298CEF
Text Example
Text Example
White with #298CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CEF; }
p { color: rgb(41,140,239); }
H1.HeaderClassName
{
color: #298CEF;
}
.AnyTagClassName
{
color: #298CEF;
}
</style>
background-color css
<style>
a { background-color: #298CEF; }
a { background-color: rgb(41,140,239); }
div.DivClassName
{
background-color: #298CEF;
}
.BgClassName
{
background-color: #298CEF;
}
</style>
border-color css
<style>
span { border-color: #298CEF; }
span { border-color: rgb(41,140,239); }
td.TdClassName
{
border-color: #298CEF;
}
.TagClassName
{
border-color: #298CEF;
}
</style>