Shades of Curious Blue #247DB6
Tints of Curious Blue #247DB6
RGB
CMYK
RGB Variations
Color information
#247DB6 (or 0x247DB6) is known color: Curious Blue. HEX triplet: 24, 7D and B6. RGB value is (36,125,182). Sum of RGB (Red+Green+Blue) = 36+125+182=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #247DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DB6 is #DB8249. Grayscale: #686868. Windows color (decimal): -14385738 or 11959588. OLE color: 11959588.
HSL color Cylindrical-coordinate representation of color #247DB6: hue angle of 203.42º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #247DB6 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 125 | 182 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.29 |
| HSL | 203.42º | 0.67% | 0.43% | - |
| HSV(B) | 203.42º | 0.8% | 0.71% | - |
| XYZ | 16.5 | 18.42 | 46.94 | - |
| YUV | 104.89 | 171.51 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 182 | 0.80 | 0.31 | 0 | 0.29 | 203.42 | 0.67 | 0.43 |
| Hex | 24 | 7D | B6 | 50 | 1F | 0 | 1D | CB | 43 | 2B |
| Octal | 44 | 175 | 266 | 120 | 37 | 0 | 35 | 313 | 103 | 53 |
| Binary | 100100 | 1111101 | 10110110 | 1010000 | 11111 | 0 | 11101 | 11001011 | 1000011 | 101011 |
Color Harmonies of #247DB6
Complementary color
Monochromatic Colors of #247DB6
Black with #247DB6
Text Example
Text Example
White with #247DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DB6; }
p { color: rgb(36,125,182); }
H1.HeaderClassName
{
color: #247DB6;
}
.AnyTagClassName
{
color: #247DB6;
}
</style>
background-color css
<style>
a { background-color: #247DB6; }
a { background-color: rgb(36,125,182); }
div.DivClassName
{
background-color: #247DB6;
}
.BgClassName
{
background-color: #247DB6;
}
</style>
border-color css
<style>
span { border-color: #247DB6; }
span { border-color: rgb(36,125,182); }
td.TdClassName
{
border-color: #247DB6;
}
.TagClassName
{
border-color: #247DB6;
}
</style>