Shades of Dodger Blue #248FED
Tints of Dodger Blue #248FED
RGB
CMYK
RGB Variations
Color information
#248FED (or 0x248FED) is known color: Dodger Blue. HEX triplet: 24, 8F and ED. RGB value is (36,143,237). Sum of RGB (Red+Green+Blue) = 36+143+237=416 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.65% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #248FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248FED is #DB7012. Grayscale: #797979. Windows color (decimal): -14381075 or 15568676. OLE color: 15568676.
HSL color Cylindrical-coordinate representation of color #248FED: hue angle of 208.06º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248FED is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 143 | 237 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.07 |
| HSL | 208.06º | 0.85% | 0.54% | - |
| HSV(B) | 208.06º | 0.85% | 0.93% | - |
| XYZ | 25.84 | 26.13 | 83.8 | - |
| YUV | 121.72 | 193.05 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 237 | 0.85 | 0.40 | 0 | 0.07 | 208.06 | 0.85 | 0.54 |
| Hex | 24 | 8F | ED | 55 | 28 | 0 | 7 | D0 | 55 | 36 |
| Octal | 44 | 217 | 355 | 125 | 50 | 0 | 7 | 320 | 125 | 66 |
| Binary | 100100 | 10001111 | 11101101 | 1010101 | 101000 | 0 | 111 | 11010000 | 1010101 | 110110 |
Color Harmonies of #248FED
Complementary color
Monochromatic Colors of #248FED
Black with #248FED
Text Example
Text Example
White with #248FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248FED; }
p { color: rgb(36,143,237); }
H1.HeaderClassName
{
color: #248FED;
}
.AnyTagClassName
{
color: #248FED;
}
</style>
background-color css
<style>
a { background-color: #248FED; }
a { background-color: rgb(36,143,237); }
div.DivClassName
{
background-color: #248FED;
}
.BgClassName
{
background-color: #248FED;
}
</style>
border-color css
<style>
span { border-color: #248FED; }
span { border-color: rgb(36,143,237); }
td.TdClassName
{
border-color: #248FED;
}
.TagClassName
{
border-color: #248FED;
}
</style>