Shades of Dodger Blue #248EDA
Tints of Dodger Blue #248EDA
RGB
CMYK
RGB Variations
Color information
#248EDA (or 0x248EDA) is known color: Dodger Blue. HEX triplet: 24, 8E and DA. RGB value is (36,142,218). Sum of RGB (Red+Green+Blue) = 36+142+218=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #248EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EDA is #DB7125. Grayscale: #767676. Windows color (decimal): -14381350 or 14323236. OLE color: 14323236.
HSL color Cylindrical-coordinate representation of color #248EDA: hue angle of 205.05º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #248EDA is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 142 | 218 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.15 |
| HSL | 205.05º | 0.72% | 0.5% | - |
| HSV(B) | 205.05º | 0.83% | 0.85% | - |
| XYZ | 23.06 | 24.78 | 69.9 | - |
| YUV | 118.97 | 183.88 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 218 | 0.83 | 0.35 | 0 | 0.15 | 205.05 | 0.72 | 0.5 |
| Hex | 24 | 8E | DA | 53 | 23 | 0 | F | CD | 48 | 32 |
| Octal | 44 | 216 | 332 | 123 | 43 | 0 | 17 | 315 | 110 | 62 |
| Binary | 100100 | 10001110 | 11011010 | 1010011 | 100011 | 0 | 1111 | 11001101 | 1001000 | 110010 |
Color Harmonies of #248EDA
Complementary color
Monochromatic Colors of #248EDA
Black with #248EDA
Text Example
Text Example
White with #248EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EDA; }
p { color: rgb(36,142,218); }
H1.HeaderClassName
{
color: #248EDA;
}
.AnyTagClassName
{
color: #248EDA;
}
</style>
background-color css
<style>
a { background-color: #248EDA; }
a { background-color: rgb(36,142,218); }
div.DivClassName
{
background-color: #248EDA;
}
.BgClassName
{
background-color: #248EDA;
}
</style>
border-color css
<style>
span { border-color: #248EDA; }
span { border-color: rgb(36,142,218); }
td.TdClassName
{
border-color: #248EDA;
}
.TagClassName
{
border-color: #248EDA;
}
</style>