Shades of Dodger Blue #247BED
Tints of Dodger Blue #247BED
RGB
CMYK
RGB Variations
Color information
#247BED (or 0x247BED) is known color: Dodger Blue. HEX triplet: 24, 7B and ED. RGB value is (36,123,237). Sum of RGB (Red+Green+Blue) = 36+123+237=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #247BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247BED is #DB8412. Grayscale: #6D6D6D. Windows color (decimal): -14386195 or 15563556. OLE color: 15563556.
HSL color Cylindrical-coordinate representation of color #247BED: hue angle of 214.03º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #247BED is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 123 | 237 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.07 |
| HSL | 214.03º | 0.85% | 0.54% | - |
| HSV(B) | 214.03º | 0.85% | 0.93% | - |
| XYZ | 23.1 | 20.66 | 82.89 | - |
| YUV | 109.98 | 199.68 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 237 | 0.85 | 0.48 | 0 | 0.07 | 214.03 | 0.85 | 0.54 |
| Hex | 24 | 7B | ED | 55 | 30 | 0 | 7 | D6 | 55 | 36 |
| Octal | 44 | 173 | 355 | 125 | 60 | 0 | 7 | 326 | 125 | 66 |
| Binary | 100100 | 1111011 | 11101101 | 1010101 | 110000 | 0 | 111 | 11010110 | 1010101 | 110110 |
Color Harmonies of #247BED
Complementary color
Monochromatic Colors of #247BED
Black with #247BED
Text Example
Text Example
White with #247BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BED; }
p { color: rgb(36,123,237); }
H1.HeaderClassName
{
color: #247BED;
}
.AnyTagClassName
{
color: #247BED;
}
</style>
background-color css
<style>
a { background-color: #247BED; }
a { background-color: rgb(36,123,237); }
div.DivClassName
{
background-color: #247BED;
}
.BgClassName
{
background-color: #247BED;
}
</style>
border-color css
<style>
span { border-color: #247BED; }
span { border-color: rgb(36,123,237); }
td.TdClassName
{
border-color: #247BED;
}
.TagClassName
{
border-color: #247BED;
}
</style>