Shades of Curious Blue #247ECC
Tints of Curious Blue #247ECC
RGB
CMYK
RGB Variations
Color information
#247ECC (or 0x247ECC) is known color: Curious Blue. HEX triplet: 24, 7E and CC. RGB value is (36,126,204). Sum of RGB (Red+Green+Blue) = 36+126+204=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #247ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ECC is #DB8133. Grayscale: #6B6B6B. Windows color (decimal): -14385460 or 13401636. OLE color: 13401636.
HSL color Cylindrical-coordinate representation of color #247ECC: hue angle of 207.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #247ECC is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 126 | 204 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.2 |
| HSL | 207.86º | 0.7% | 0.47% | - |
| HSV(B) | 207.86º | 0.82% | 0.8% | - |
| XYZ | 19.09 | 19.66 | 59.91 | - |
| YUV | 107.98 | 182.18 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 204 | 0.82 | 0.38 | 0 | 0.2 | 207.86 | 0.7 | 0.47 |
| Hex | 24 | 7E | CC | 52 | 26 | 0 | 14 | D0 | 46 | 2F |
| Octal | 44 | 176 | 314 | 122 | 46 | 0 | 24 | 320 | 106 | 57 |
| Binary | 100100 | 1111110 | 11001100 | 1010010 | 100110 | 0 | 10100 | 11010000 | 1000110 | 101111 |
Color Harmonies of #247ECC
Complementary color
Monochromatic Colors of #247ECC
Black with #247ECC
Text Example
Text Example
White with #247ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247ECC; }
p { color: rgb(36,126,204); }
H1.HeaderClassName
{
color: #247ECC;
}
.AnyTagClassName
{
color: #247ECC;
}
</style>
background-color css
<style>
a { background-color: #247ECC; }
a { background-color: rgb(36,126,204); }
div.DivClassName
{
background-color: #247ECC;
}
.BgClassName
{
background-color: #247ECC;
}
</style>
border-color css
<style>
span { border-color: #247ECC; }
span { border-color: rgb(36,126,204); }
td.TdClassName
{
border-color: #247ECC;
}
.TagClassName
{
border-color: #247ECC;
}
</style>