Shades of Dodger Blue #249EF1
Tints of Dodger Blue #249EF1
RGB
CMYK
RGB Variations
Color information
#249EF1 (or 0x249EF1) is known color: Dodger Blue. HEX triplet: 24, 9E and F1. RGB value is (36,158,241). Sum of RGB (Red+Green+Blue) = 36+158+241=435 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.28% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #249EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249EF1 is #DB610E. Grayscale: #828282. Windows color (decimal): -14377231 or 15834660. OLE color: 15834660.
HSL color Cylindrical-coordinate representation of color #249EF1: hue angle of 204.29º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249EF1 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 158 | 241 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.05 |
| HSL | 204.29º | 0.88% | 0.54% | - |
| HSV(B) | 204.29º | 0.85% | 0.95% | - |
| XYZ | 28.83 | 31.18 | 87.72 | - |
| YUV | 130.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 158 | 241 | 0.85 | 0.34 | 0 | 0.05 | 204.29 | 0.88 | 0.54 |
| Hex | 24 | 9E | F1 | 55 | 22 | 0 | 5 | CC | 58 | 36 |
| Octal | 44 | 236 | 361 | 125 | 42 | 0 | 5 | 314 | 130 | 66 |
| Binary | 100100 | 10011110 | 11110001 | 1010101 | 100010 | 0 | 101 | 11001100 | 1011000 | 110110 |
Color Harmonies of #249EF1
Complementary color
Monochromatic Colors of #249EF1
Black with #249EF1
Text Example
Text Example
White with #249EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249EF1; }
p { color: rgb(36,158,241); }
H1.HeaderClassName
{
color: #249EF1;
}
.AnyTagClassName
{
color: #249EF1;
}
</style>
background-color css
<style>
a { background-color: #249EF1; }
a { background-color: rgb(36,158,241); }
div.DivClassName
{
background-color: #249EF1;
}
.BgClassName
{
background-color: #249EF1;
}
</style>
border-color css
<style>
span { border-color: #249EF1; }
span { border-color: rgb(36,158,241); }
td.TdClassName
{
border-color: #249EF1;
}
.TagClassName
{
border-color: #249EF1;
}
</style>