Shades of Curious Blue #247EBD
Tints of Curious Blue #247EBD
RGB
CMYK
RGB Variations
Color information
#247EBD (or 0x247EBD) is known color: Curious Blue. HEX triplet: 24, 7E and BD. RGB value is (36,126,189). Sum of RGB (Red+Green+Blue) = 36+126+189=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #247EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EBD is #DB8142. Grayscale: #696969. Windows color (decimal): -14385475 or 12418596. OLE color: 12418596.
HSL color Cylindrical-coordinate representation of color #247EBD: hue angle of 204.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247EBD is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 126 | 189 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.26 |
| HSL | 204.71º | 0.68% | 0.44% | - |
| HSV(B) | 204.71º | 0.81% | 0.74% | - |
| XYZ | 17.37 | 18.97 | 50.89 | - |
| YUV | 106.27 | 174.68 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 189 | 0.81 | 0.33 | 0 | 0.26 | 204.71 | 0.68 | 0.44 |
| Hex | 24 | 7E | BD | 51 | 21 | 0 | 1A | CD | 44 | 2C |
| Octal | 44 | 176 | 275 | 121 | 41 | 0 | 32 | 315 | 104 | 54 |
| Binary | 100100 | 1111110 | 10111101 | 1010001 | 100001 | 0 | 11010 | 11001101 | 1000100 | 101100 |
Color Harmonies of #247EBD
Complementary color
Monochromatic Colors of #247EBD
Black with #247EBD
Text Example
Text Example
White with #247EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EBD; }
p { color: rgb(36,126,189); }
H1.HeaderClassName
{
color: #247EBD;
}
.AnyTagClassName
{
color: #247EBD;
}
</style>
background-color css
<style>
a { background-color: #247EBD; }
a { background-color: rgb(36,126,189); }
div.DivClassName
{
background-color: #247EBD;
}
.BgClassName
{
background-color: #247EBD;
}
</style>
border-color css
<style>
span { border-color: #247EBD; }
span { border-color: rgb(36,126,189); }
td.TdClassName
{
border-color: #247EBD;
}
.TagClassName
{
border-color: #247EBD;
}
</style>