Shades of Dodger Blue #248AED
Tints of Dodger Blue #248AED
RGB
CMYK
RGB Variations
Color information
#248AED (or 0x248AED) is known color: Dodger Blue. HEX triplet: 24, 8A and ED. RGB value is (36,138,237). Sum of RGB (Red+Green+Blue) = 36+138+237=411 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.76% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #248AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248AED is #DB7512. Grayscale: #767676. Windows color (decimal): -14382355 or 15567396. OLE color: 15567396.
HSL color Cylindrical-coordinate representation of color #248AED: hue angle of 209.55º 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 #248AED is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 138 | 237 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.07 |
| HSL | 209.55º | 0.85% | 0.54% | - |
| HSV(B) | 209.55º | 0.85% | 0.93% | - |
| XYZ | 25.1 | 24.67 | 83.56 | - |
| YUV | 118.79 | 194.71 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 237 | 0.85 | 0.42 | 0 | 0.07 | 209.55 | 0.85 | 0.54 |
| Hex | 24 | 8A | ED | 55 | 2A | 0 | 7 | D2 | 55 | 36 |
| Octal | 44 | 212 | 355 | 125 | 52 | 0 | 7 | 322 | 125 | 66 |
| Binary | 100100 | 10001010 | 11101101 | 1010101 | 101010 | 0 | 111 | 11010010 | 1010101 | 110110 |
Color Harmonies of #248AED
Complementary color
Monochromatic Colors of #248AED
Black with #248AED
Text Example
Text Example
White with #248AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248AED; }
p { color: rgb(36,138,237); }
H1.HeaderClassName
{
color: #248AED;
}
.AnyTagClassName
{
color: #248AED;
}
</style>
background-color css
<style>
a { background-color: #248AED; }
a { background-color: rgb(36,138,237); }
div.DivClassName
{
background-color: #248AED;
}
.BgClassName
{
background-color: #248AED;
}
</style>
border-color css
<style>
span { border-color: #248AED; }
span { border-color: rgb(36,138,237); }
td.TdClassName
{
border-color: #248AED;
}
.TagClassName
{
border-color: #248AED;
}
</style>