Shades of Dodger Blue #248BEF
Tints of Dodger Blue #248BEF
RGB
CMYK
RGB Variations
Color information
#248BEF (or 0x248BEF) is known color: Dodger Blue. HEX triplet: 24, 8B and EF. RGB value is (36,139,239). Sum of RGB (Red+Green+Blue) = 36+139+239=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #248BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248BEF is #DB7410. Grayscale: #777777. Windows color (decimal): -14382097 or 15698724. OLE color: 15698724.
HSL color Cylindrical-coordinate representation of color #248BEF: hue angle of 209.56º 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 #248BEF is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 139 | 239 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.06 |
| HSL | 209.56º | 0.86% | 0.54% | - |
| HSV(B) | 209.56º | 0.85% | 0.94% | - |
| XYZ | 25.54 | 25.07 | 85.15 | - |
| YUV | 119.6 | 195.38 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 239 | 0.85 | 0.42 | 0 | 0.06 | 209.56 | 0.86 | 0.54 |
| Hex | 24 | 8B | EF | 55 | 2A | 0 | 6 | D2 | 56 | 36 |
| Octal | 44 | 213 | 357 | 125 | 52 | 0 | 6 | 322 | 126 | 66 |
| Binary | 100100 | 10001011 | 11101111 | 1010101 | 101010 | 0 | 110 | 11010010 | 1010110 | 110110 |
Color Harmonies of #248BEF
Complementary color
Monochromatic Colors of #248BEF
Black with #248BEF
Text Example
Text Example
White with #248BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BEF; }
p { color: rgb(36,139,239); }
H1.HeaderClassName
{
color: #248BEF;
}
.AnyTagClassName
{
color: #248BEF;
}
</style>
background-color css
<style>
a { background-color: #248BEF; }
a { background-color: rgb(36,139,239); }
div.DivClassName
{
background-color: #248BEF;
}
.BgClassName
{
background-color: #248BEF;
}
</style>
border-color css
<style>
span { border-color: #248BEF; }
span { border-color: rgb(36,139,239); }
td.TdClassName
{
border-color: #248BEF;
}
.TagClassName
{
border-color: #248BEF;
}
</style>