Shades of Curious Blue #247EBB
Tints of Curious Blue #247EBB
RGB
CMYK
RGB Variations
Color information
#247EBB (or 0x247EBB) is known color: Curious Blue. HEX triplet: 24, 7E and BB. RGB value is (36,126,187). Sum of RGB (Red+Green+Blue) = 36+126+187=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #247EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EBB is #DB8144. Grayscale: #696969. Windows color (decimal): -14385477 or 12287524. OLE color: 12287524.
HSL color Cylindrical-coordinate representation of color #247EBB: hue angle of 204.24º 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 #247EBB is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 126 | 187 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.27 |
| HSL | 204.24º | 0.68% | 0.44% | - |
| HSV(B) | 204.24º | 0.81% | 0.73% | - |
| XYZ | 17.16 | 18.88 | 49.75 | - |
| YUV | 106.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 187 | 0.81 | 0.33 | 0 | 0.27 | 204.24 | 0.68 | 0.44 |
| Hex | 24 | 7E | BB | 51 | 21 | 0 | 1B | CC | 44 | 2C |
| Octal | 44 | 176 | 273 | 121 | 41 | 0 | 33 | 314 | 104 | 54 |
| Binary | 100100 | 1111110 | 10111011 | 1010001 | 100001 | 0 | 11011 | 11001100 | 1000100 | 101100 |
Color Harmonies of #247EBB
Complementary color
Monochromatic Colors of #247EBB
Black with #247EBB
Text Example
Text Example
White with #247EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EBB; }
p { color: rgb(36,126,187); }
H1.HeaderClassName
{
color: #247EBB;
}
.AnyTagClassName
{
color: #247EBB;
}
</style>
background-color css
<style>
a { background-color: #247EBB; }
a { background-color: rgb(36,126,187); }
div.DivClassName
{
background-color: #247EBB;
}
.BgClassName
{
background-color: #247EBB;
}
</style>
border-color css
<style>
span { border-color: #247EBB; }
span { border-color: rgb(36,126,187); }
td.TdClassName
{
border-color: #247EBB;
}
.TagClassName
{
border-color: #247EBB;
}
</style>