Shades of Dodger Blue #249EF2
Tints of Dodger Blue #249EF2
RGB
CMYK
RGB Variations
Color information
#249EF2 (or 0x249EF2) is known color: Dodger Blue. HEX triplet: 24, 9E and F2. RGB value is (36,158,242). Sum of RGB (Red+Green+Blue) = 36+158+242=436 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.26% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #249EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249EF2 is #DB610D. Grayscale: #828282. Windows color (decimal): -14377230 or 15900196. OLE color: 15900196.
HSL color Cylindrical-coordinate representation of color #249EF2: hue angle of 204.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249EF2 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 158 | 242 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.05 |
| HSL | 204.47º | 0.89% | 0.55% | - |
| HSV(B) | 204.47º | 0.85% | 0.95% | - |
| XYZ | 28.98 | 31.24 | 88.51 | - |
| YUV | 131.1 | 190.58 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 158 | 242 | 0.85 | 0.35 | 0 | 0.05 | 204.47 | 0.89 | 0.55 |
| Hex | 24 | 9E | F2 | 55 | 23 | 0 | 5 | CC | 59 | 37 |
| Octal | 44 | 236 | 362 | 125 | 43 | 0 | 5 | 314 | 131 | 67 |
| Binary | 100100 | 10011110 | 11110010 | 1010101 | 100011 | 0 | 101 | 11001100 | 1011001 | 110111 |
Color Harmonies of #249EF2
Complementary color
Monochromatic Colors of #249EF2
Black with #249EF2
Text Example
Text Example
White with #249EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249EF2; }
p { color: rgb(36,158,242); }
H1.HeaderClassName
{
color: #249EF2;
}
.AnyTagClassName
{
color: #249EF2;
}
</style>
background-color css
<style>
a { background-color: #249EF2; }
a { background-color: rgb(36,158,242); }
div.DivClassName
{
background-color: #249EF2;
}
.BgClassName
{
background-color: #249EF2;
}
</style>
border-color css
<style>
span { border-color: #249EF2; }
span { border-color: rgb(36,158,242); }
td.TdClassName
{
border-color: #249EF2;
}
.TagClassName
{
border-color: #249EF2;
}
</style>