Shades of Dodger Blue #248DE1
Tints of Dodger Blue #248DE1
RGB
CMYK
RGB Variations
Color information
#248DE1 (or 0x248DE1) is known color: Dodger Blue. HEX triplet: 24, 8D and E1. RGB value is (36,141,225). Sum of RGB (Red+Green+Blue) = 36+141+225=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #248DE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248DE1 is #DB721E. Grayscale: #767676. Windows color (decimal): -14381599 or 14781732. OLE color: 14781732.
HSL color Cylindrical-coordinate representation of color #248DE1: hue angle of 206.67º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248DE1 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 141 | 225 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.12 |
| HSL | 206.67º | 0.76% | 0.51% | - |
| HSV(B) | 206.67º | 0.84% | 0.88% | - |
| XYZ | 23.84 | 24.86 | 74.78 | - |
| YUV | 119.18 | 187.71 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 225 | 0.84 | 0.37 | 0 | 0.12 | 206.67 | 0.76 | 0.51 |
| Hex | 24 | 8D | E1 | 54 | 25 | 0 | C | CF | 4C | 33 |
| Octal | 44 | 215 | 341 | 124 | 45 | 0 | 14 | 317 | 114 | 63 |
| Binary | 100100 | 10001101 | 11100001 | 1010100 | 100101 | 0 | 1100 | 11001111 | 1001100 | 110011 |
Color Harmonies of #248DE1
Complementary color
Monochromatic Colors of #248DE1
Black with #248DE1
Text Example
Text Example
White with #248DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248DE1; }
p { color: rgb(36,141,225); }
H1.HeaderClassName
{
color: #248DE1;
}
.AnyTagClassName
{
color: #248DE1;
}
</style>
background-color css
<style>
a { background-color: #248DE1; }
a { background-color: rgb(36,141,225); }
div.DivClassName
{
background-color: #248DE1;
}
.BgClassName
{
background-color: #248DE1;
}
</style>
border-color css
<style>
span { border-color: #248DE1; }
span { border-color: rgb(36,141,225); }
td.TdClassName
{
border-color: #248DE1;
}
.TagClassName
{
border-color: #248DE1;
}
</style>