Shades of Dodger Blue #248EFC
Tints of Dodger Blue #248EFC
RGB
CMYK
RGB Variations
Color information
#248EFC (or 0x248EFC) is known color: Dodger Blue. HEX triplet: 24, 8E and FC. RGB value is (36,142,252). Sum of RGB (Red+Green+Blue) = 36+142+252=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #248EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #248EFC is #DB7103. Grayscale: #7A7A7A. Windows color (decimal): -14381316 or 16551460. OLE color: 16551460.
HSL color Cylindrical-coordinate representation of color #248EFC: hue angle of 210.56º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #248EFC is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 142 | 252 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.01 |
| HSL | 210.56º | 0.97% | 0.56% | - |
| HSV(B) | 210.56º | 0.86% | 0.99% | - |
| XYZ | 27.97 | 26.75 | 95.78 | - |
| YUV | 122.85 | 200.88 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 252 | 0.86 | 0.44 | 0 | 0.01 | 210.56 | 0.97 | 0.56 |
| Hex | 24 | 8E | FC | 56 | 2C | 0 | 1 | D3 | 61 | 38 |
| Octal | 44 | 216 | 374 | 126 | 54 | 0 | 1 | 323 | 141 | 70 |
| Binary | 100100 | 10001110 | 11111100 | 1010110 | 101100 | 0 | 1 | 11010011 | 1100001 | 111000 |
Color Harmonies of #248EFC
Complementary color
Monochromatic Colors of #248EFC
Black with #248EFC
Text Example
Text Example
White with #248EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EFC; }
p { color: rgb(36,142,252); }
H1.HeaderClassName
{
color: #248EFC;
}
.AnyTagClassName
{
color: #248EFC;
}
</style>
background-color css
<style>
a { background-color: #248EFC; }
a { background-color: rgb(36,142,252); }
div.DivClassName
{
background-color: #248EFC;
}
.BgClassName
{
background-color: #248EFC;
}
</style>
border-color css
<style>
span { border-color: #248EFC; }
span { border-color: rgb(36,142,252); }
td.TdClassName
{
border-color: #248EFC;
}
.TagClassName
{
border-color: #248EFC;
}
</style>