Shades of Dodger Blue #248CEF
Tints of Dodger Blue #248CEF
RGB
CMYK
RGB Variations
Color information
#248CEF (or 0x248CEF) is known color: Dodger Blue. HEX triplet: 24, 8C and EF. RGB value is (36,140,239). Sum of RGB (Red+Green+Blue) = 36+140+239=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #248CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CEF is #DB7310. Grayscale: #777777. Windows color (decimal): -14381841 or 15698980. OLE color: 15698980.
HSL color Cylindrical-coordinate representation of color #248CEF: hue angle of 209.26º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248CEF is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 140 | 239 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.06 |
| HSL | 209.26º | 0.86% | 0.54% | - |
| HSV(B) | 209.26º | 0.85% | 0.94% | - |
| XYZ | 25.69 | 25.36 | 85.2 | - |
| YUV | 120.19 | 195.04 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 239 | 0.85 | 0.41 | 0 | 0.06 | 209.26 | 0.86 | 0.54 |
| Hex | 24 | 8C | EF | 55 | 29 | 0 | 6 | D1 | 56 | 36 |
| Octal | 44 | 214 | 357 | 125 | 51 | 0 | 6 | 321 | 126 | 66 |
| Binary | 100100 | 10001100 | 11101111 | 1010101 | 101001 | 0 | 110 | 11010001 | 1010110 | 110110 |
Color Harmonies of #248CEF
Complementary color
Monochromatic Colors of #248CEF
Black with #248CEF
Text Example
Text Example
White with #248CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CEF; }
p { color: rgb(36,140,239); }
H1.HeaderClassName
{
color: #248CEF;
}
.AnyTagClassName
{
color: #248CEF;
}
</style>
background-color css
<style>
a { background-color: #248CEF; }
a { background-color: rgb(36,140,239); }
div.DivClassName
{
background-color: #248CEF;
}
.BgClassName
{
background-color: #248CEF;
}
</style>
border-color css
<style>
span { border-color: #248CEF; }
span { border-color: rgb(36,140,239); }
td.TdClassName
{
border-color: #248CEF;
}
.TagClassName
{
border-color: #248CEF;
}
</style>