Shades of Curious Blue #247EBA
Tints of Curious Blue #247EBA
RGB
CMYK
RGB Variations
Color information
#247EBA (or 0x247EBA) is known color: Curious Blue. HEX triplet: 24, 7E and BA. RGB value is (36,126,186). Sum of RGB (Red+Green+Blue) = 36+126+186=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #247EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EBA is #DB8145. Grayscale: #696969. Windows color (decimal): -14385478 or 12221988. OLE color: 12221988.
HSL color Cylindrical-coordinate representation of color #247EBA: hue angle of 204º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247EBA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 126 | 186 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.27 |
| HSL | 204º | 0.68% | 0.44% | - |
| HSV(B) | 204º | 0.81% | 0.73% | - |
| XYZ | 17.05 | 18.84 | 49.19 | - |
| YUV | 105.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 186 | 0.81 | 0.32 | 0 | 0.27 | 204 | 0.68 | 0.44 |
| Hex | 24 | 7E | BA | 51 | 20 | 0 | 1B | CC | 44 | 2C |
| Octal | 44 | 176 | 272 | 121 | 40 | 0 | 33 | 314 | 104 | 54 |
| Binary | 100100 | 1111110 | 10111010 | 1010001 | 100000 | 0 | 11011 | 11001100 | 1000100 | 101100 |
Color Harmonies of #247EBA
Complementary color
Monochromatic Colors of #247EBA
Black with #247EBA
Text Example
Text Example
White with #247EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EBA; }
p { color: rgb(36,126,186); }
H1.HeaderClassName
{
color: #247EBA;
}
.AnyTagClassName
{
color: #247EBA;
}
</style>
background-color css
<style>
a { background-color: #247EBA; }
a { background-color: rgb(36,126,186); }
div.DivClassName
{
background-color: #247EBA;
}
.BgClassName
{
background-color: #247EBA;
}
</style>
border-color css
<style>
span { border-color: #247EBA; }
span { border-color: rgb(36,126,186); }
td.TdClassName
{
border-color: #247EBA;
}
.TagClassName
{
border-color: #247EBA;
}
</style>