Shades of Curious Blue #247EC0
Tints of Curious Blue #247EC0
RGB
CMYK
RGB Variations
Color information
#247EC0 (or 0x247EC0) is known color: Curious Blue. HEX triplet: 24, 7E and C0. RGB value is (36,126,192). Sum of RGB (Red+Green+Blue) = 36+126+192=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #247EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EC0 is #DB813F. Grayscale: #6A6A6A. Windows color (decimal): -14385472 or 12615204. OLE color: 12615204.
HSL color Cylindrical-coordinate representation of color #247EC0: hue angle of 205.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247EC0 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 126 | 192 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.25 |
| HSL | 205.38º | 0.68% | 0.45% | - |
| HSV(B) | 205.38º | 0.81% | 0.75% | - |
| XYZ | 17.7 | 19.1 | 52.62 | - |
| YUV | 106.61 | 176.18 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 192 | 0.81 | 0.34 | 0 | 0.25 | 205.38 | 0.68 | 0.45 |
| Hex | 24 | 7E | C0 | 51 | 22 | 0 | 19 | CD | 44 | 2D |
| Octal | 44 | 176 | 300 | 121 | 42 | 0 | 31 | 315 | 104 | 55 |
| Binary | 100100 | 1111110 | 11000000 | 1010001 | 100010 | 0 | 11001 | 11001101 | 1000100 | 101101 |
Color Harmonies of #247EC0
Complementary color
Monochromatic Colors of #247EC0
Black with #247EC0
Text Example
Text Example
White with #247EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EC0; }
p { color: rgb(36,126,192); }
H1.HeaderClassName
{
color: #247EC0;
}
.AnyTagClassName
{
color: #247EC0;
}
</style>
background-color css
<style>
a { background-color: #247EC0; }
a { background-color: rgb(36,126,192); }
div.DivClassName
{
background-color: #247EC0;
}
.BgClassName
{
background-color: #247EC0;
}
</style>
border-color css
<style>
span { border-color: #247EC0; }
span { border-color: rgb(36,126,192); }
td.TdClassName
{
border-color: #247EC0;
}
.TagClassName
{
border-color: #247EC0;
}
</style>