Shades of Dodger Blue #249BEA
Tints of Dodger Blue #249BEA
RGB
CMYK
RGB Variations
Color information
#249BEA (or 0x249BEA) is known color: Dodger Blue. HEX triplet: 24, 9B and EA. RGB value is (36,155,234). Sum of RGB (Red+Green+Blue) = 36+155+234=425 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.47% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #249BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BEA is #DB6415. Grayscale: #7F7F7F. Windows color (decimal): -14378006 or 15375140. OLE color: 15375140.
HSL color Cylindrical-coordinate representation of color #249BEA: hue angle of 203.94º degrees, saturation: 0.82, 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 #249BEA is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 155 | 234 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.08 |
| HSL | 203.94º | 0.83% | 0.53% | - |
| HSV(B) | 203.94º | 0.85% | 0.92% | - |
| XYZ | 27.3 | 29.76 | 82.15 | - |
| YUV | 128.43 | 187.58 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 234 | 0.85 | 0.34 | 0 | 0.08 | 203.94 | 0.83 | 0.53 |
| Hex | 24 | 9B | EA | 55 | 22 | 0 | 8 | CC | 52 | 35 |
| Octal | 44 | 233 | 352 | 125 | 42 | 0 | 10 | 314 | 122 | 65 |
| Binary | 100100 | 10011011 | 11101010 | 1010101 | 100010 | 0 | 1000 | 11001100 | 1010010 | 110101 |
Color Harmonies of #249BEA
Complementary color
Monochromatic Colors of #249BEA
Black with #249BEA
Text Example
Text Example
White with #249BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BEA; }
p { color: rgb(36,155,234); }
H1.HeaderClassName
{
color: #249BEA;
}
.AnyTagClassName
{
color: #249BEA;
}
</style>
background-color css
<style>
a { background-color: #249BEA; }
a { background-color: rgb(36,155,234); }
div.DivClassName
{
background-color: #249BEA;
}
.BgClassName
{
background-color: #249BEA;
}
</style>
border-color css
<style>
span { border-color: #249BEA; }
span { border-color: rgb(36,155,234); }
td.TdClassName
{
border-color: #249BEA;
}
.TagClassName
{
border-color: #249BEA;
}
</style>