Shades of Denim #247BD5
Tints of Denim #247BD5
RGB
CMYK
RGB Variations
Color information
#247BD5 (or 0x247BD5) is known color: Denim. HEX triplet: 24, 7B and D5. RGB value is (36,123,213). Sum of RGB (Red+Green+Blue) = 36+123+213=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 213 (83.59% from 255 or 57.26% from 372); Max value from RGB is 213 - color contains mainly: blue. Hex color #247BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BD5 is #DB842A. Grayscale: #6A6A6A. Windows color (decimal): -14386219 or 13990692. OLE color: 13990692.
HSL color Cylindrical-coordinate representation of color #247BD5: hue angle of 210.51º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #247BD5 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 123 | 213 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.16 |
| HSL | 210.51º | 0.71% | 0.49% | - |
| HSV(B) | 210.51º | 0.83% | 0.84% | - |
| XYZ | 19.82 | 19.35 | 65.64 | - |
| YUV | 107.25 | 187.68 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 213 | 0.83 | 0.42 | 0 | 0.16 | 210.51 | 0.71 | 0.49 |
| Hex | 24 | 7B | D5 | 53 | 2A | 0 | 10 | D3 | 47 | 31 |
| Octal | 44 | 173 | 325 | 123 | 52 | 0 | 20 | 323 | 107 | 61 |
| Binary | 100100 | 1111011 | 11010101 | 1010011 | 101010 | 0 | 10000 | 11010011 | 1000111 | 110001 |
Color Harmonies of #247BD5
Complementary color
Monochromatic Colors of #247BD5
Black with #247BD5
Text Example
Text Example
White with #247BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BD5; }
p { color: rgb(36,123,213); }
H1.HeaderClassName
{
color: #247BD5;
}
.AnyTagClassName
{
color: #247BD5;
}
</style>
background-color css
<style>
a { background-color: #247BD5; }
a { background-color: rgb(36,123,213); }
div.DivClassName
{
background-color: #247BD5;
}
.BgClassName
{
background-color: #247BD5;
}
</style>
border-color css
<style>
span { border-color: #247BD5; }
span { border-color: rgb(36,123,213); }
td.TdClassName
{
border-color: #247BD5;
}
.TagClassName
{
border-color: #247BD5;
}
</style>