Shades of Dodger Blue #248CE9
Tints of Dodger Blue #248CE9
RGB
CMYK
RGB Variations
Color information
#248CE9 (or 0x248CE9) is known color: Dodger Blue. HEX triplet: 24, 8C and E9. RGB value is (36,140,233). Sum of RGB (Red+Green+Blue) = 36+140+233=409 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.80% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #248CE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CE9 is #DB7316. Grayscale: #777777. Windows color (decimal): -14381847 or 15305764. OLE color: 15305764.
HSL color Cylindrical-coordinate representation of color #248CE9: hue angle of 208.32º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248CE9 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 140 | 233 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.09 |
| HSL | 208.32º | 0.82% | 0.53% | - |
| HSV(B) | 208.32º | 0.85% | 0.91% | - |
| XYZ | 24.81 | 25.01 | 80.61 | - |
| YUV | 119.51 | 192.04 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 233 | 0.85 | 0.40 | 0 | 0.09 | 208.32 | 0.82 | 0.53 |
| Hex | 24 | 8C | E9 | 55 | 28 | 0 | 9 | D0 | 52 | 35 |
| Octal | 44 | 214 | 351 | 125 | 50 | 0 | 11 | 320 | 122 | 65 |
| Binary | 100100 | 10001100 | 11101001 | 1010101 | 101000 | 0 | 1001 | 11010000 | 1010010 | 110101 |
Color Harmonies of #248CE9
Complementary color
Monochromatic Colors of #248CE9
Black with #248CE9
Text Example
Text Example
White with #248CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CE9; }
p { color: rgb(36,140,233); }
H1.HeaderClassName
{
color: #248CE9;
}
.AnyTagClassName
{
color: #248CE9;
}
</style>
background-color css
<style>
a { background-color: #248CE9; }
a { background-color: rgb(36,140,233); }
div.DivClassName
{
background-color: #248CE9;
}
.BgClassName
{
background-color: #248CE9;
}
</style>
border-color css
<style>
span { border-color: #248CE9; }
span { border-color: rgb(36,140,233); }
td.TdClassName
{
border-color: #248CE9;
}
.TagClassName
{
border-color: #248CE9;
}
</style>