Shades of Dodger Blue #248CDC
Tints of Dodger Blue #248CDC
RGB
CMYK
RGB Variations
Color information
#248CDC (or 0x248CDC) is known color: Dodger Blue. HEX triplet: 24, 8C and DC. RGB value is (36,140,220). Sum of RGB (Red+Green+Blue) = 36+140+220=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #248CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CDC is #DB7323. Grayscale: #757575. Windows color (decimal): -14381860 or 14453796. OLE color: 14453796.
HSL color Cylindrical-coordinate representation of color #248CDC: hue angle of 206.09º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #248CDC is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 140 | 220 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.14 |
| HSL | 206.09º | 0.72% | 0.5% | - |
| HSV(B) | 206.09º | 0.84% | 0.86% | - |
| XYZ | 23.02 | 24.3 | 71.19 | - |
| YUV | 118.02 | 185.54 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 220 | 0.84 | 0.36 | 0 | 0.14 | 206.09 | 0.72 | 0.5 |
| Hex | 24 | 8C | DC | 54 | 24 | 0 | E | CE | 48 | 32 |
| Octal | 44 | 214 | 334 | 124 | 44 | 0 | 16 | 316 | 110 | 62 |
| Binary | 100100 | 10001100 | 11011100 | 1010100 | 100100 | 0 | 1110 | 11001110 | 1001000 | 110010 |
Color Harmonies of #248CDC
Complementary color
Monochromatic Colors of #248CDC
Black with #248CDC
Text Example
Text Example
White with #248CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CDC; }
p { color: rgb(36,140,220); }
H1.HeaderClassName
{
color: #248CDC;
}
.AnyTagClassName
{
color: #248CDC;
}
</style>
background-color css
<style>
a { background-color: #248CDC; }
a { background-color: rgb(36,140,220); }
div.DivClassName
{
background-color: #248CDC;
}
.BgClassName
{
background-color: #248CDC;
}
</style>
border-color css
<style>
span { border-color: #248CDC; }
span { border-color: rgb(36,140,220); }
td.TdClassName
{
border-color: #248CDC;
}
.TagClassName
{
border-color: #248CDC;
}
</style>