Shades of Dodger Blue #247BFF
Tints of Dodger Blue #247BFF
RGB
CMYK
RGB Variations
Color information
#247BFF (or 0x247BFF) is known color: Dodger Blue. HEX triplet: 24, 7B and FF. RGB value is (36,123,255). Sum of RGB (Red+Green+Blue) = 36+123+255=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #247BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #247BFF is #DB8400. Grayscale: #6F6F6F. Windows color (decimal): -14386177 or 16743204. OLE color: 16743204.
HSL color Cylindrical-coordinate representation of color #247BFF: hue angle of 216.16º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #247BFF is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 123 | 255 | - |
| CMYK | 0.86 | 0.52 | 0 | 0 |
| HSL | 216.16º | 1% | 0.57% | - |
| HSV(B) | 216.16º | 0.86% | 1% | - |
| XYZ | 25.86 | 21.76 | 97.45 | - |
| YUV | 112.04 | 208.68 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 255 | 0.86 | 0.52 | 0 | 0 | 216.16 | 1 | 0.57 |
| Hex | 24 | 7B | FF | 56 | 34 | 0 | 0 | D8 | 64 | 39 |
| Octal | 44 | 173 | 377 | 126 | 64 | 0 | 0 | 330 | 144 | 71 |
| Binary | 100100 | 1111011 | 11111111 | 1010110 | 110100 | 0 | 0 | 11011000 | 1100100 | 111001 |
Color Harmonies of #247BFF
Complementary color
Monochromatic Colors of #247BFF
Black with #247BFF
Text Example
Text Example
White with #247BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BFF; }
p { color: rgb(36,123,255); }
H1.HeaderClassName
{
color: #247BFF;
}
.AnyTagClassName
{
color: #247BFF;
}
</style>
background-color css
<style>
a { background-color: #247BFF; }
a { background-color: rgb(36,123,255); }
div.DivClassName
{
background-color: #247BFF;
}
.BgClassName
{
background-color: #247BFF;
}
</style>
border-color css
<style>
span { border-color: #247BFF; }
span { border-color: rgb(36,123,255); }
td.TdClassName
{
border-color: #247BFF;
}
.TagClassName
{
border-color: #247BFF;
}
</style>