Shades of Dodger Blue #248CE0
Tints of Dodger Blue #248CE0
RGB
CMYK
RGB Variations
Color information
#248CE0 (or 0x248CE0) is known color: Dodger Blue. HEX triplet: 24, 8C and E0. RGB value is (36,140,224). Sum of RGB (Red+Green+Blue) = 36+140+224=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #248CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CE0 is #DB731F. Grayscale: #767676. Windows color (decimal): -14381856 or 14715940. OLE color: 14715940.
HSL color Cylindrical-coordinate representation of color #248CE0: hue angle of 206.81º degrees, saturation: 0.75, 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 #248CE0 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 140 | 224 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.12 |
| HSL | 206.81º | 0.75% | 0.51% | - |
| HSV(B) | 206.81º | 0.84% | 0.88% | - |
| XYZ | 23.56 | 24.51 | 74.01 | - |
| YUV | 118.48 | 187.54 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 224 | 0.84 | 0.38 | 0 | 0.12 | 206.81 | 0.75 | 0.51 |
| Hex | 24 | 8C | E0 | 54 | 26 | 0 | C | CF | 4B | 33 |
| Octal | 44 | 214 | 340 | 124 | 46 | 0 | 14 | 317 | 113 | 63 |
| Binary | 100100 | 10001100 | 11100000 | 1010100 | 100110 | 0 | 1100 | 11001111 | 1001011 | 110011 |
Color Harmonies of #248CE0
Complementary color
Monochromatic Colors of #248CE0
Black with #248CE0
Text Example
Text Example
White with #248CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CE0; }
p { color: rgb(36,140,224); }
H1.HeaderClassName
{
color: #248CE0;
}
.AnyTagClassName
{
color: #248CE0;
}
</style>
background-color css
<style>
a { background-color: #248CE0; }
a { background-color: rgb(36,140,224); }
div.DivClassName
{
background-color: #248CE0;
}
.BgClassName
{
background-color: #248CE0;
}
</style>
border-color css
<style>
span { border-color: #248CE0; }
span { border-color: rgb(36,140,224); }
td.TdClassName
{
border-color: #248CE0;
}
.TagClassName
{
border-color: #248CE0;
}
</style>