Shades of Curious Blue #247BBC
Tints of Curious Blue #247BBC
RGB
CMYK
RGB Variations
Color information
#247BBC (or 0x247BBC) is known color: Curious Blue. HEX triplet: 24, 7B and BC. RGB value is (36,123,188). Sum of RGB (Red+Green+Blue) = 36+123+188=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #247BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BBC is #DB8443. Grayscale: #686868. Windows color (decimal): -14386244 or 12352292. OLE color: 12352292.
HSL color Cylindrical-coordinate representation of color #247BBC: hue angle of 205.66º 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 #247BBC is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 123 | 188 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.26 |
| HSL | 205.66º | 0.68% | 0.44% | - |
| HSV(B) | 205.66º | 0.81% | 0.74% | - |
| XYZ | 16.89 | 18.17 | 50.19 | - |
| YUV | 104.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 188 | 0.81 | 0.35 | 0 | 0.26 | 205.66 | 0.68 | 0.44 |
| Hex | 24 | 7B | BC | 51 | 23 | 0 | 1A | CE | 44 | 2C |
| Octal | 44 | 173 | 274 | 121 | 43 | 0 | 32 | 316 | 104 | 54 |
| Binary | 100100 | 1111011 | 10111100 | 1010001 | 100011 | 0 | 11010 | 11001110 | 1000100 | 101100 |
Color Harmonies of #247BBC
Complementary color
Monochromatic Colors of #247BBC
Black with #247BBC
Text Example
Text Example
White with #247BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BBC; }
p { color: rgb(36,123,188); }
H1.HeaderClassName
{
color: #247BBC;
}
.AnyTagClassName
{
color: #247BBC;
}
</style>
background-color css
<style>
a { background-color: #247BBC; }
a { background-color: rgb(36,123,188); }
div.DivClassName
{
background-color: #247BBC;
}
.BgClassName
{
background-color: #247BBC;
}
</style>
border-color css
<style>
span { border-color: #247BBC; }
span { border-color: rgb(36,123,188); }
td.TdClassName
{
border-color: #247BBC;
}
.TagClassName
{
border-color: #247BBC;
}
</style>