Shades of Dodger Blue #248CEE
Tints of Dodger Blue #248CEE
RGB
CMYK
RGB Variations
Color information
#248CEE (or 0x248CEE) is known color: Dodger Blue. HEX triplet: 24, 8C and EE. RGB value is (36,140,238). Sum of RGB (Red+Green+Blue) = 36+140+238=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #248CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248CEE is #DB7311. Grayscale: #777777. Windows color (decimal): -14381842 or 15633444. OLE color: 15633444.
HSL color Cylindrical-coordinate representation of color #248CEE: hue angle of 209.11º degrees, saturation: 0.86, 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 #248CEE is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 140 | 238 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.07 |
| HSL | 209.11º | 0.86% | 0.54% | - |
| HSV(B) | 209.11º | 0.85% | 0.93% | - |
| XYZ | 25.54 | 25.3 | 84.43 | - |
| YUV | 120.08 | 194.54 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 238 | 0.85 | 0.41 | 0 | 0.07 | 209.11 | 0.86 | 0.54 |
| Hex | 24 | 8C | EE | 55 | 29 | 0 | 7 | D1 | 56 | 36 |
| Octal | 44 | 214 | 356 | 125 | 51 | 0 | 7 | 321 | 126 | 66 |
| Binary | 100100 | 10001100 | 11101110 | 1010101 | 101001 | 0 | 111 | 11010001 | 1010110 | 110110 |
Color Harmonies of #248CEE
Complementary color
Monochromatic Colors of #248CEE
Black with #248CEE
Text Example
Text Example
White with #248CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CEE; }
p { color: rgb(36,140,238); }
H1.HeaderClassName
{
color: #248CEE;
}
.AnyTagClassName
{
color: #248CEE;
}
</style>
background-color css
<style>
a { background-color: #248CEE; }
a { background-color: rgb(36,140,238); }
div.DivClassName
{
background-color: #248CEE;
}
.BgClassName
{
background-color: #248CEE;
}
</style>
border-color css
<style>
span { border-color: #248CEE; }
span { border-color: rgb(36,140,238); }
td.TdClassName
{
border-color: #248CEE;
}
.TagClassName
{
border-color: #248CEE;
}
</style>