Shades of Dodger Blue #248BEB
Tints of Dodger Blue #248BEB
RGB
CMYK
RGB Variations
Color information
#248BEB (or 0x248BEB) is known color: Dodger Blue. HEX triplet: 24, 8B and EB. RGB value is (36,139,235). Sum of RGB (Red+Green+Blue) = 36+139+235=410 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.78% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #248BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BEB is #DB7414. Grayscale: #767676. Windows color (decimal): -14382101 or 15436580. OLE color: 15436580.
HSL color Cylindrical-coordinate representation of color #248BEB: hue angle of 208.94º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #248BEB is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 139 | 235 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.08 |
| HSL | 208.94º | 0.83% | 0.53% | - |
| HSV(B) | 208.94º | 0.85% | 0.92% | - |
| XYZ | 24.96 | 24.84 | 82.08 | - |
| YUV | 119.15 | 193.38 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 235 | 0.85 | 0.41 | 0 | 0.08 | 208.94 | 0.83 | 0.53 |
| Hex | 24 | 8B | EB | 55 | 29 | 0 | 8 | D1 | 53 | 35 |
| Octal | 44 | 213 | 353 | 125 | 51 | 0 | 10 | 321 | 123 | 65 |
| Binary | 100100 | 10001011 | 11101011 | 1010101 | 101001 | 0 | 1000 | 11010001 | 1010011 | 110101 |
Color Harmonies of #248BEB
Complementary color
Monochromatic Colors of #248BEB
Black with #248BEB
Text Example
Text Example
White with #248BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BEB; }
p { color: rgb(36,139,235); }
H1.HeaderClassName
{
color: #248BEB;
}
.AnyTagClassName
{
color: #248BEB;
}
</style>
background-color css
<style>
a { background-color: #248BEB; }
a { background-color: rgb(36,139,235); }
div.DivClassName
{
background-color: #248BEB;
}
.BgClassName
{
background-color: #248BEB;
}
</style>
border-color css
<style>
span { border-color: #248BEB; }
span { border-color: rgb(36,139,235); }
td.TdClassName
{
border-color: #248BEB;
}
.TagClassName
{
border-color: #248BEB;
}
</style>