Shades of Dodger Blue #248CDF
Tints of Dodger Blue #248CDF
RGB
CMYK
RGB Variations
Color information
#248CDF (or 0x248CDF) is known color: Dodger Blue. HEX triplet: 24, 8C and DF. RGB value is (36,140,223). Sum of RGB (Red+Green+Blue) = 36+140+223=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #248CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CDF is #DB7320. Grayscale: #757575. Windows color (decimal): -14381857 or 14650404. OLE color: 14650404.
HSL color Cylindrical-coordinate representation of color #248CDF: hue angle of 206.63º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248CDF is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 140 | 223 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.13 |
| HSL | 206.63º | 0.75% | 0.51% | - |
| HSV(B) | 206.63º | 0.84% | 0.87% | - |
| XYZ | 23.42 | 24.46 | 73.3 | - |
| YUV | 118.37 | 187.04 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 223 | 0.84 | 0.37 | 0 | 0.13 | 206.63 | 0.75 | 0.51 |
| Hex | 24 | 8C | DF | 54 | 25 | 0 | D | CF | 4B | 33 |
| Octal | 44 | 214 | 337 | 124 | 45 | 0 | 15 | 317 | 113 | 63 |
| Binary | 100100 | 10001100 | 11011111 | 1010100 | 100101 | 0 | 1101 | 11001111 | 1001011 | 110011 |
Color Harmonies of #248CDF
Complementary color
Monochromatic Colors of #248CDF
Black with #248CDF
Text Example
Text Example
White with #248CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CDF; }
p { color: rgb(36,140,223); }
H1.HeaderClassName
{
color: #248CDF;
}
.AnyTagClassName
{
color: #248CDF;
}
</style>
background-color css
<style>
a { background-color: #248CDF; }
a { background-color: rgb(36,140,223); }
div.DivClassName
{
background-color: #248CDF;
}
.BgClassName
{
background-color: #248CDF;
}
</style>
border-color css
<style>
span { border-color: #248CDF; }
span { border-color: rgb(36,140,223); }
td.TdClassName
{
border-color: #248CDF;
}
.TagClassName
{
border-color: #248CDF;
}
</style>