Shades of Dodger Blue #249FF0
Tints of Dodger Blue #249FF0
RGB
CMYK
RGB Variations
Color information
#249FF0 (or 0x249FF0) is known color: Dodger Blue. HEX triplet: 24, 9F and F0. RGB value is (36,159,240). Sum of RGB (Red+Green+Blue) = 36+159+240=435 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.28% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #249FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FF0 is #DB600F. Grayscale: #838383. Windows color (decimal): -14376976 or 15769380. OLE color: 15769380.
HSL color Cylindrical-coordinate representation of color #249FF0: hue angle of 203.82º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249FF0 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 159 | 240 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.06 |
| HSL | 203.82º | 0.87% | 0.54% | - |
| HSV(B) | 203.82º | 0.85% | 0.94% | - |
| XYZ | 28.85 | 31.46 | 86.99 | - |
| YUV | 131.46 | 189.25 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 240 | 0.85 | 0.34 | 0 | 0.06 | 203.82 | 0.87 | 0.54 |
| Hex | 24 | 9F | F0 | 55 | 22 | 0 | 6 | CC | 57 | 36 |
| Octal | 44 | 237 | 360 | 125 | 42 | 0 | 6 | 314 | 127 | 66 |
| Binary | 100100 | 10011111 | 11110000 | 1010101 | 100010 | 0 | 110 | 11001100 | 1010111 | 110110 |
Color Harmonies of #249FF0
Complementary color
Monochromatic Colors of #249FF0
Black with #249FF0
Text Example
Text Example
White with #249FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FF0; }
p { color: rgb(36,159,240); }
H1.HeaderClassName
{
color: #249FF0;
}
.AnyTagClassName
{
color: #249FF0;
}
</style>
background-color css
<style>
a { background-color: #249FF0; }
a { background-color: rgb(36,159,240); }
div.DivClassName
{
background-color: #249FF0;
}
.BgClassName
{
background-color: #249FF0;
}
</style>
border-color css
<style>
span { border-color: #249FF0; }
span { border-color: rgb(36,159,240); }
td.TdClassName
{
border-color: #249FF0;
}
.TagClassName
{
border-color: #249FF0;
}
</style>