Shades of Dodger Blue #248EFF
Tints of Dodger Blue #248EFF
RGB
CMYK
RGB Variations
Color information
#248EFF (or 0x248EFF) is known color: Dodger Blue. HEX triplet: 24, 8E and FF. RGB value is (36,142,255). Sum of RGB (Red+Green+Blue) = 36+142+255=433 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.31% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #248EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248EFF is #DB7100. Grayscale: #7A7A7A. Windows color (decimal): -14381313 or 16748068. OLE color: 16748068.
HSL color Cylindrical-coordinate representation of color #248EFF: hue angle of 210.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248EFF is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 142 | 255 | - |
| CMYK | 0.86 | 0.44 | 0 | 0 |
| HSL | 210.96º | 1% | 0.57% | - |
| HSV(B) | 210.96º | 0.86% | 1% | - |
| XYZ | 28.45 | 26.94 | 98.31 | - |
| YUV | 123.19 | 202.38 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 255 | 0.86 | 0.44 | 0 | 0 | 210.96 | 1 | 0.57 |
| Hex | 24 | 8E | FF | 56 | 2C | 0 | 0 | D3 | 64 | 39 |
| Octal | 44 | 216 | 377 | 126 | 54 | 0 | 0 | 323 | 144 | 71 |
| Binary | 100100 | 10001110 | 11111111 | 1010110 | 101100 | 0 | 0 | 11010011 | 1100100 | 111001 |
Color Harmonies of #248EFF
Complementary color
Monochromatic Colors of #248EFF
Black with #248EFF
Text Example
Text Example
White with #248EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EFF; }
p { color: rgb(36,142,255); }
H1.HeaderClassName
{
color: #248EFF;
}
.AnyTagClassName
{
color: #248EFF;
}
</style>
background-color css
<style>
a { background-color: #248EFF; }
a { background-color: rgb(36,142,255); }
div.DivClassName
{
background-color: #248EFF;
}
.BgClassName
{
background-color: #248EFF;
}
</style>
border-color css
<style>
span { border-color: #248EFF; }
span { border-color: rgb(36,142,255); }
td.TdClassName
{
border-color: #248EFF;
}
.TagClassName
{
border-color: #248EFF;
}
</style>