Shades of Dodger Blue #248BEE
Tints of Dodger Blue #248BEE
RGB
CMYK
RGB Variations
Color information
#248BEE (or 0x248BEE) is known color: Dodger Blue. HEX triplet: 24, 8B and EE. RGB value is (36,139,238). Sum of RGB (Red+Green+Blue) = 36+139+238=413 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.72% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #248BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BEE is #DB7411. Grayscale: #767676. Windows color (decimal): -14382098 or 15633188. OLE color: 15633188.
HSL color Cylindrical-coordinate representation of color #248BEE: hue angle of 209.41º 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 #248BEE is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 139 | 238 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.07 |
| HSL | 209.41º | 0.86% | 0.54% | - |
| HSV(B) | 209.41º | 0.85% | 0.93% | - |
| XYZ | 25.39 | 25.01 | 84.38 | - |
| YUV | 119.49 | 194.88 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 238 | 0.85 | 0.42 | 0 | 0.07 | 209.41 | 0.86 | 0.54 |
| Hex | 24 | 8B | EE | 55 | 2A | 0 | 7 | D1 | 56 | 36 |
| Octal | 44 | 213 | 356 | 125 | 52 | 0 | 7 | 321 | 126 | 66 |
| Binary | 100100 | 10001011 | 11101110 | 1010101 | 101010 | 0 | 111 | 11010001 | 1010110 | 110110 |
Color Harmonies of #248BEE
Complementary color
Monochromatic Colors of #248BEE
Black with #248BEE
Text Example
Text Example
White with #248BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BEE; }
p { color: rgb(36,139,238); }
H1.HeaderClassName
{
color: #248BEE;
}
.AnyTagClassName
{
color: #248BEE;
}
</style>
background-color css
<style>
a { background-color: #248BEE; }
a { background-color: rgb(36,139,238); }
div.DivClassName
{
background-color: #248BEE;
}
.BgClassName
{
background-color: #248BEE;
}
</style>
border-color css
<style>
span { border-color: #248BEE; }
span { border-color: rgb(36,139,238); }
td.TdClassName
{
border-color: #248BEE;
}
.TagClassName
{
border-color: #248BEE;
}
</style>