Shades of Dodger Blue #247FDB
Tints of Dodger Blue #247FDB
RGB
CMYK
RGB Variations
Color information
#247FDB (or 0x247FDB) is known color: Dodger Blue. HEX triplet: 24, 7F and DB. RGB value is (36,127,219). Sum of RGB (Red+Green+Blue) = 36+127+219=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #247FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FDB is #DB8024. Grayscale: #6D6D6D. Windows color (decimal): -14385189 or 14384932. OLE color: 14384932.
HSL color Cylindrical-coordinate representation of color #247FDB: hue angle of 210.16º 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 #247FDB is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 127 | 219 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.14 |
| HSL | 210.16º | 0.72% | 0.5% | - |
| HSV(B) | 210.16º | 0.84% | 0.86% | - |
| XYZ | 21.1 | 20.67 | 69.89 | - |
| YUV | 110.28 | 189.35 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 219 | 0.84 | 0.42 | 0 | 0.14 | 210.16 | 0.72 | 0.5 |
| Hex | 24 | 7F | DB | 54 | 2A | 0 | E | D2 | 48 | 32 |
| Octal | 44 | 177 | 333 | 124 | 52 | 0 | 16 | 322 | 110 | 62 |
| Binary | 100100 | 1111111 | 11011011 | 1010100 | 101010 | 0 | 1110 | 11010010 | 1001000 | 110010 |
Color Harmonies of #247FDB
Complementary color
Monochromatic Colors of #247FDB
Black with #247FDB
Text Example
Text Example
White with #247FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FDB; }
p { color: rgb(36,127,219); }
H1.HeaderClassName
{
color: #247FDB;
}
.AnyTagClassName
{
color: #247FDB;
}
</style>
background-color css
<style>
a { background-color: #247FDB; }
a { background-color: rgb(36,127,219); }
div.DivClassName
{
background-color: #247FDB;
}
.BgClassName
{
background-color: #247FDB;
}
</style>
border-color css
<style>
span { border-color: #247FDB; }
span { border-color: rgb(36,127,219); }
td.TdClassName
{
border-color: #247FDB;
}
.TagClassName
{
border-color: #247FDB;
}
</style>