Shades of Dodger Blue #249CEB
Tints of Dodger Blue #249CEB
RGB
CMYK
RGB Variations
Color information
#249CEB (or 0x249CEB) is known color: Dodger Blue. HEX triplet: 24, 9C and EB. RGB value is (36,156,235). Sum of RGB (Red+Green+Blue) = 36+156+235=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #249CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249CEB is #DB6314. Grayscale: #808080. Windows color (decimal): -14377749 or 15440932. OLE color: 15440932.
HSL color Cylindrical-coordinate representation of color #249CEB: hue angle of 203.82º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249CEB is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 156 | 235 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.08 |
| HSL | 203.82º | 0.83% | 0.53% | - |
| HSV(B) | 203.82º | 0.85% | 0.92% | - |
| XYZ | 27.61 | 30.15 | 82.96 | - |
| YUV | 129.13 | 187.74 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 235 | 0.85 | 0.34 | 0 | 0.08 | 203.82 | 0.83 | 0.53 |
| Hex | 24 | 9C | EB | 55 | 22 | 0 | 8 | CC | 53 | 35 |
| Octal | 44 | 234 | 353 | 125 | 42 | 0 | 10 | 314 | 123 | 65 |
| Binary | 100100 | 10011100 | 11101011 | 1010101 | 100010 | 0 | 1000 | 11001100 | 1010011 | 110101 |
Color Harmonies of #249CEB
Complementary color
Monochromatic Colors of #249CEB
Black with #249CEB
Text Example
Text Example
White with #249CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249CEB; }
p { color: rgb(36,156,235); }
H1.HeaderClassName
{
color: #249CEB;
}
.AnyTagClassName
{
color: #249CEB;
}
</style>
background-color css
<style>
a { background-color: #249CEB; }
a { background-color: rgb(36,156,235); }
div.DivClassName
{
background-color: #249CEB;
}
.BgClassName
{
background-color: #249CEB;
}
</style>
border-color css
<style>
span { border-color: #249CEB; }
span { border-color: rgb(36,156,235); }
td.TdClassName
{
border-color: #249CEB;
}
.TagClassName
{
border-color: #249CEB;
}
</style>