Shades of Dodger Blue #249FE9
Tints of Dodger Blue #249FE9
RGB
CMYK
RGB Variations
Color information
#249FE9 (or 0x249FE9) is known color: Dodger Blue. HEX triplet: 24, 9F and E9. RGB value is (36,159,233). Sum of RGB (Red+Green+Blue) = 36+159+233=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #249FE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FE9 is #DB6016. Grayscale: #828282. Windows color (decimal): -14376983 or 15310628. OLE color: 15310628.
HSL color Cylindrical-coordinate representation of color #249FE9: hue angle of 202.54º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249FE9 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 159 | 233 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.09 |
| HSL | 202.54º | 0.82% | 0.53% | - |
| HSV(B) | 202.54º | 0.85% | 0.91% | - |
| XYZ | 27.83 | 31.05 | 81.62 | - |
| YUV | 130.66 | 185.75 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 233 | 0.85 | 0.32 | 0 | 0.09 | 202.54 | 0.82 | 0.53 |
| Hex | 24 | 9F | E9 | 55 | 20 | 0 | 9 | CB | 52 | 35 |
| Octal | 44 | 237 | 351 | 125 | 40 | 0 | 11 | 313 | 122 | 65 |
| Binary | 100100 | 10011111 | 11101001 | 1010101 | 100000 | 0 | 1001 | 11001011 | 1010010 | 110101 |
Color Harmonies of #249FE9
Complementary color
Monochromatic Colors of #249FE9
Black with #249FE9
Text Example
Text Example
White with #249FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FE9; }
p { color: rgb(36,159,233); }
H1.HeaderClassName
{
color: #249FE9;
}
.AnyTagClassName
{
color: #249FE9;
}
</style>
background-color css
<style>
a { background-color: #249FE9; }
a { background-color: rgb(36,159,233); }
div.DivClassName
{
background-color: #249FE9;
}
.BgClassName
{
background-color: #249FE9;
}
</style>
border-color css
<style>
span { border-color: #249FE9; }
span { border-color: rgb(36,159,233); }
td.TdClassName
{
border-color: #249FE9;
}
.TagClassName
{
border-color: #249FE9;
}
</style>