Shades of Dodger Blue #298BED
Tints of Dodger Blue #298BED
RGB
CMYK
RGB Variations
Color information
#298BED (or 0x298BED) is known color: Dodger Blue. HEX triplet: 29, 8B and ED. RGB value is (41,139,237). Sum of RGB (Red+Green+Blue) = 41+139+237=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #298BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298BED is #D67412. Grayscale: #787878. Windows color (decimal): -14054419 or 15567657. OLE color: 15567657.
HSL color Cylindrical-coordinate representation of color #298BED: hue angle of 210º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298BED is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 139 | 237 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.07 |
| HSL | 210º | 0.84% | 0.55% | - |
| HSV(B) | 210º | 0.83% | 0.93% | - |
| XYZ | 25.43 | 25.05 | 83.62 | - |
| YUV | 120.87 | 193.53 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 237 | 0.83 | 0.41 | 0 | 0.07 | 210 | 0.84 | 0.55 |
| Hex | 29 | 8B | ED | 53 | 29 | 0 | 7 | D2 | 54 | 37 |
| Octal | 51 | 213 | 355 | 123 | 51 | 0 | 7 | 322 | 124 | 67 |
| Binary | 101001 | 10001011 | 11101101 | 1010011 | 101001 | 0 | 111 | 11010010 | 1010100 | 110111 |
Color Harmonies of #298BED
Complementary color
Monochromatic Colors of #298BED
Black with #298BED
Text Example
Text Example
White with #298BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BED; }
p { color: rgb(41,139,237); }
H1.HeaderClassName
{
color: #298BED;
}
.AnyTagClassName
{
color: #298BED;
}
</style>
background-color css
<style>
a { background-color: #298BED; }
a { background-color: rgb(41,139,237); }
div.DivClassName
{
background-color: #298BED;
}
.BgClassName
{
background-color: #298BED;
}
</style>
border-color css
<style>
span { border-color: #298BED; }
span { border-color: rgb(41,139,237); }
td.TdClassName
{
border-color: #298BED;
}
.TagClassName
{
border-color: #298BED;
}
</style>