Shades of Dodger Blue #249BEF
Tints of Dodger Blue #249BEF
RGB
CMYK
RGB Variations
Color information
#249BEF (or 0x249BEF) is known color: Dodger Blue. HEX triplet: 24, 9B and EF. RGB value is (36,155,239). Sum of RGB (Red+Green+Blue) = 36+155+239=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #249BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BEF is #DB6410. Grayscale: #808080. Windows color (decimal): -14378001 or 15702820. OLE color: 15702820.
HSL color Cylindrical-coordinate representation of color #249BEF: hue angle of 204.83º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249BEF is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 155 | 239 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.06 |
| HSL | 204.83º | 0.86% | 0.54% | - |
| HSV(B) | 204.83º | 0.85% | 0.94% | - |
| XYZ | 28.03 | 30.05 | 85.98 | - |
| YUV | 129 | 190.08 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 239 | 0.85 | 0.35 | 0 | 0.06 | 204.83 | 0.86 | 0.54 |
| Hex | 24 | 9B | EF | 55 | 23 | 0 | 6 | CD | 56 | 36 |
| Octal | 44 | 233 | 357 | 125 | 43 | 0 | 6 | 315 | 126 | 66 |
| Binary | 100100 | 10011011 | 11101111 | 1010101 | 100011 | 0 | 110 | 11001101 | 1010110 | 110110 |
Color Harmonies of #249BEF
Complementary color
Monochromatic Colors of #249BEF
Black with #249BEF
Text Example
Text Example
White with #249BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BEF; }
p { color: rgb(36,155,239); }
H1.HeaderClassName
{
color: #249BEF;
}
.AnyTagClassName
{
color: #249BEF;
}
</style>
background-color css
<style>
a { background-color: #249BEF; }
a { background-color: rgb(36,155,239); }
div.DivClassName
{
background-color: #249BEF;
}
.BgClassName
{
background-color: #249BEF;
}
</style>
border-color css
<style>
span { border-color: #249BEF; }
span { border-color: rgb(36,155,239); }
td.TdClassName
{
border-color: #249BEF;
}
.TagClassName
{
border-color: #249BEF;
}
</style>