Shades of Dodger Blue #249BED
Tints of Dodger Blue #249BED
RGB
CMYK
RGB Variations
Color information
#249BED (or 0x249BED) is known color: Dodger Blue. HEX triplet: 24, 9B and ED. RGB value is (36,155,237). Sum of RGB (Red+Green+Blue) = 36+155+237=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #249BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BED is #DB6412. Grayscale: #808080. Windows color (decimal): -14378003 or 15571748. OLE color: 15571748.
HSL color Cylindrical-coordinate representation of color #249BED: hue angle of 204.48º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249BED is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 155 | 237 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.07 |
| HSL | 204.48º | 0.85% | 0.54% | - |
| HSV(B) | 204.48º | 0.85% | 0.93% | - |
| XYZ | 27.73 | 29.93 | 84.44 | - |
| YUV | 128.77 | 189.08 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 237 | 0.85 | 0.35 | 0 | 0.07 | 204.48 | 0.85 | 0.54 |
| Hex | 24 | 9B | ED | 55 | 23 | 0 | 7 | CC | 55 | 36 |
| Octal | 44 | 233 | 355 | 125 | 43 | 0 | 7 | 314 | 125 | 66 |
| Binary | 100100 | 10011011 | 11101101 | 1010101 | 100011 | 0 | 111 | 11001100 | 1010101 | 110110 |
Color Harmonies of #249BED
Complementary color
Monochromatic Colors of #249BED
Black with #249BED
Text Example
Text Example
White with #249BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BED; }
p { color: rgb(36,155,237); }
H1.HeaderClassName
{
color: #249BED;
}
.AnyTagClassName
{
color: #249BED;
}
</style>
background-color css
<style>
a { background-color: #249BED; }
a { background-color: rgb(36,155,237); }
div.DivClassName
{
background-color: #249BED;
}
.BgClassName
{
background-color: #249BED;
}
</style>
border-color css
<style>
span { border-color: #249BED; }
span { border-color: rgb(36,155,237); }
td.TdClassName
{
border-color: #249BED;
}
.TagClassName
{
border-color: #249BED;
}
</style>