Shades of Curious Blue #247EBE
Tints of Curious Blue #247EBE
RGB
CMYK
RGB Variations
Color information
#247EBE (or 0x247EBE) is known color: Curious Blue. HEX triplet: 24, 7E and BE. RGB value is (36,126,190). Sum of RGB (Red+Green+Blue) = 36+126+190=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #247EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EBE is #DB8141. Grayscale: #6A6A6A. Windows color (decimal): -14385474 or 12484132. OLE color: 12484132.
HSL color Cylindrical-coordinate representation of color #247EBE: hue angle of 204.94º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247EBE is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 126 | 190 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.25 |
| HSL | 204.94º | 0.68% | 0.44% | - |
| HSV(B) | 204.94º | 0.81% | 0.75% | - |
| XYZ | 17.48 | 19.01 | 51.46 | - |
| YUV | 106.39 | 175.18 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 190 | 0.81 | 0.34 | 0 | 0.25 | 204.94 | 0.68 | 0.44 |
| Hex | 24 | 7E | BE | 51 | 22 | 0 | 19 | CD | 44 | 2C |
| Octal | 44 | 176 | 276 | 121 | 42 | 0 | 31 | 315 | 104 | 54 |
| Binary | 100100 | 1111110 | 10111110 | 1010001 | 100010 | 0 | 11001 | 11001101 | 1000100 | 101100 |
Color Harmonies of #247EBE
Complementary color
Monochromatic Colors of #247EBE
Black with #247EBE
Text Example
Text Example
White with #247EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EBE; }
p { color: rgb(36,126,190); }
H1.HeaderClassName
{
color: #247EBE;
}
.AnyTagClassName
{
color: #247EBE;
}
</style>
background-color css
<style>
a { background-color: #247EBE; }
a { background-color: rgb(36,126,190); }
div.DivClassName
{
background-color: #247EBE;
}
.BgClassName
{
background-color: #247EBE;
}
</style>
border-color css
<style>
span { border-color: #247EBE; }
span { border-color: rgb(36,126,190); }
td.TdClassName
{
border-color: #247EBE;
}
.TagClassName
{
border-color: #247EBE;
}
</style>