Shades of Dodger Blue #248DDD
Tints of Dodger Blue #248DDD
RGB
CMYK
RGB Variations
Color information
#248DDD (or 0x248DDD) is known color: Dodger Blue. HEX triplet: 24, 8D and DD. RGB value is (36,141,221). Sum of RGB (Red+Green+Blue) = 36+141+221=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #248DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DDD is #DB7222. Grayscale: #767676. Windows color (decimal): -14381603 or 14519588. OLE color: 14519588.
HSL color Cylindrical-coordinate representation of color #248DDD: hue angle of 205.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248DDD is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 141 | 221 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.13 |
| HSL | 205.95º | 0.73% | 0.5% | - |
| HSV(B) | 205.95º | 0.84% | 0.87% | - |
| XYZ | 23.3 | 24.65 | 71.94 | - |
| YUV | 118.73 | 185.71 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 221 | 0.84 | 0.36 | 0 | 0.13 | 205.95 | 0.73 | 0.5 |
| Hex | 24 | 8D | DD | 54 | 24 | 0 | D | CE | 49 | 32 |
| Octal | 44 | 215 | 335 | 124 | 44 | 0 | 15 | 316 | 111 | 62 |
| Binary | 100100 | 10001101 | 11011101 | 1010100 | 100100 | 0 | 1101 | 11001110 | 1001001 | 110010 |
Color Harmonies of #248DDD
Complementary color
Monochromatic Colors of #248DDD
Black with #248DDD
Text Example
Text Example
White with #248DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248DDD; }
p { color: rgb(36,141,221); }
H1.HeaderClassName
{
color: #248DDD;
}
.AnyTagClassName
{
color: #248DDD;
}
</style>
background-color css
<style>
a { background-color: #248DDD; }
a { background-color: rgb(36,141,221); }
div.DivClassName
{
background-color: #248DDD;
}
.BgClassName
{
background-color: #248DDD;
}
</style>
border-color css
<style>
span { border-color: #248DDD; }
span { border-color: rgb(36,141,221); }
td.TdClassName
{
border-color: #248DDD;
}
.TagClassName
{
border-color: #248DDD;
}
</style>