Shades of Dodger Blue #248CE1
Tints of Dodger Blue #248CE1
RGB
CMYK
RGB Variations
Color information
#248CE1 (or 0x248CE1) is known color: Dodger Blue. HEX triplet: 24, 8C and E1. RGB value is (36,140,225). Sum of RGB (Red+Green+Blue) = 36+140+225=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #248CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CE1 is #DB731E. Grayscale: #767676. Windows color (decimal): -14381855 or 14781476. OLE color: 14781476.
HSL color Cylindrical-coordinate representation of color #248CE1: hue angle of 206.98º 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 #248CE1 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 140 | 225 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.12 |
| HSL | 206.98º | 0.76% | 0.51% | - |
| HSV(B) | 206.98º | 0.84% | 0.88% | - |
| XYZ | 23.7 | 24.57 | 74.73 | - |
| YUV | 118.59 | 188.04 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 225 | 0.84 | 0.38 | 0 | 0.12 | 206.98 | 0.76 | 0.51 |
| Hex | 24 | 8C | E1 | 54 | 26 | 0 | C | CF | 4C | 33 |
| Octal | 44 | 214 | 341 | 124 | 46 | 0 | 14 | 317 | 114 | 63 |
| Binary | 100100 | 10001100 | 11100001 | 1010100 | 100110 | 0 | 1100 | 11001111 | 1001100 | 110011 |
Color Harmonies of #248CE1
Complementary color
Monochromatic Colors of #248CE1
Black with #248CE1
Text Example
Text Example
White with #248CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CE1; }
p { color: rgb(36,140,225); }
H1.HeaderClassName
{
color: #248CE1;
}
.AnyTagClassName
{
color: #248CE1;
}
</style>
background-color css
<style>
a { background-color: #248CE1; }
a { background-color: rgb(36,140,225); }
div.DivClassName
{
background-color: #248CE1;
}
.BgClassName
{
background-color: #248CE1;
}
</style>
border-color css
<style>
span { border-color: #248CE1; }
span { border-color: rgb(36,140,225); }
td.TdClassName
{
border-color: #248CE1;
}
.TagClassName
{
border-color: #248CE1;
}
</style>