Shades of Dodger Blue #249BEB
Tints of Dodger Blue #249BEB
RGB
CMYK
RGB Variations
Color information
#249BEB (or 0x249BEB) is known color: Dodger Blue. HEX triplet: 24, 9B and EB. RGB value is (36,155,235). Sum of RGB (Red+Green+Blue) = 36+155+235=426 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.45% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #249BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BEB is #DB6414. Grayscale: #808080. Windows color (decimal): -14378005 or 15440676. OLE color: 15440676.
HSL color Cylindrical-coordinate representation of color #249BEB: hue angle of 204.12º 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 #249BEB is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 155 | 235 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.08 |
| HSL | 204.12º | 0.83% | 0.53% | - |
| HSV(B) | 204.12º | 0.85% | 0.92% | - |
| XYZ | 27.44 | 29.82 | 82.91 | - |
| YUV | 128.54 | 188.08 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 235 | 0.85 | 0.34 | 0 | 0.08 | 204.12 | 0.83 | 0.53 |
| Hex | 24 | 9B | EB | 55 | 22 | 0 | 8 | CC | 53 | 35 |
| Octal | 44 | 233 | 353 | 125 | 42 | 0 | 10 | 314 | 123 | 65 |
| Binary | 100100 | 10011011 | 11101011 | 1010101 | 100010 | 0 | 1000 | 11001100 | 1010011 | 110101 |
Color Harmonies of #249BEB
Complementary color
Monochromatic Colors of #249BEB
Black with #249BEB
Text Example
Text Example
White with #249BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BEB; }
p { color: rgb(36,155,235); }
H1.HeaderClassName
{
color: #249BEB;
}
.AnyTagClassName
{
color: #249BEB;
}
</style>
background-color css
<style>
a { background-color: #249BEB; }
a { background-color: rgb(36,155,235); }
div.DivClassName
{
background-color: #249BEB;
}
.BgClassName
{
background-color: #249BEB;
}
</style>
border-color css
<style>
span { border-color: #249BEB; }
span { border-color: rgb(36,155,235); }
td.TdClassName
{
border-color: #249BEB;
}
.TagClassName
{
border-color: #249BEB;
}
</style>