Shades of Dodger Blue #249FFF
Tints of Dodger Blue #249FFF
RGB
CMYK
RGB Variations
Color information
#249FFF (or 0x249FFF) is known color: Dodger Blue. HEX triplet: 24, 9F and FF. RGB value is (36,159,255). Sum of RGB (Red+Green+Blue) = 36+159+255=450 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #249FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FFF is #DB6000. Grayscale: #848484. Windows color (decimal): -14376961 or 16752420. OLE color: 16752420.
HSL color Cylindrical-coordinate representation of color #249FFF: hue angle of 206.3º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #249FFF is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 159 | 255 | - |
| CMYK | 0.86 | 0.38 | 0 | 0 |
| HSL | 206.3º | 1% | 0.57% | - |
| HSV(B) | 206.3º | 0.86% | 1% | - |
| XYZ | 31.18 | 32.39 | 99.22 | - |
| YUV | 133.17 | 196.75 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 255 | 0.86 | 0.38 | 0 | 0 | 206.3 | 1 | 0.57 |
| Hex | 24 | 9F | FF | 56 | 26 | 0 | 0 | CE | 64 | 39 |
| Octal | 44 | 237 | 377 | 126 | 46 | 0 | 0 | 316 | 144 | 71 |
| Binary | 100100 | 10011111 | 11111111 | 1010110 | 100110 | 0 | 0 | 11001110 | 1100100 | 111001 |
Color Harmonies of #249FFF
Complementary color
Monochromatic Colors of #249FFF
Black with #249FFF
Text Example
Text Example
White with #249FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FFF; }
p { color: rgb(36,159,255); }
H1.HeaderClassName
{
color: #249FFF;
}
.AnyTagClassName
{
color: #249FFF;
}
</style>
background-color css
<style>
a { background-color: #249FFF; }
a { background-color: rgb(36,159,255); }
div.DivClassName
{
background-color: #249FFF;
}
.BgClassName
{
background-color: #249FFF;
}
</style>
border-color css
<style>
span { border-color: #249FFF; }
span { border-color: rgb(36,159,255); }
td.TdClassName
{
border-color: #249FFF;
}
.TagClassName
{
border-color: #249FFF;
}
</style>