Shades of Dodger Blue #249DFF
Tints of Dodger Blue #249DFF
RGB
CMYK
RGB Variations
Color information
#249DFF (or 0x249DFF) is known color: Dodger Blue. HEX triplet: 24, 9D and FF. RGB value is (36,157,255). Sum of RGB (Red+Green+Blue) = 36+157+255=448 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.04% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #249DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249DFF is #DB6200. Grayscale: #838383. Windows color (decimal): -14377473 or 16751908. OLE color: 16751908.
HSL color Cylindrical-coordinate representation of color #249DFF: hue angle of 206.85º 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 #249DFF is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 157 | 255 | - |
| CMYK | 0.86 | 0.38 | 0 | 0 |
| HSL | 206.85º | 1% | 0.57% | - |
| HSV(B) | 206.85º | 0.86% | 1% | - |
| XYZ | 30.83 | 31.71 | 99.1 | - |
| YUV | 131.99 | 197.41 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 255 | 0.86 | 0.38 | 0 | 0 | 206.85 | 1 | 0.57 |
| Hex | 24 | 9D | FF | 56 | 26 | 0 | 0 | CF | 64 | 39 |
| Octal | 44 | 235 | 377 | 126 | 46 | 0 | 0 | 317 | 144 | 71 |
| Binary | 100100 | 10011101 | 11111111 | 1010110 | 100110 | 0 | 0 | 11001111 | 1100100 | 111001 |
Color Harmonies of #249DFF
Complementary color
Monochromatic Colors of #249DFF
Black with #249DFF
Text Example
Text Example
White with #249DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DFF; }
p { color: rgb(36,157,255); }
H1.HeaderClassName
{
color: #249DFF;
}
.AnyTagClassName
{
color: #249DFF;
}
</style>
background-color css
<style>
a { background-color: #249DFF; }
a { background-color: rgb(36,157,255); }
div.DivClassName
{
background-color: #249DFF;
}
.BgClassName
{
background-color: #249DFF;
}
</style>
border-color css
<style>
span { border-color: #249DFF; }
span { border-color: rgb(36,157,255); }
td.TdClassName
{
border-color: #249DFF;
}
.TagClassName
{
border-color: #249DFF;
}
</style>