Shades of Curious Blue #247BCD
Tints of Curious Blue #247BCD
RGB
CMYK
RGB Variations
Color information
#247BCD (or 0x247BCD) is known color: Curious Blue. HEX triplet: 24, 7B and CD. RGB value is (36,123,205). Sum of RGB (Red+Green+Blue) = 36+123+205=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #247BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BCD is #DB8432. Grayscale: #696969. Windows color (decimal): -14386227 or 13466404. OLE color: 13466404.
HSL color Cylindrical-coordinate representation of color #247BCD: hue angle of 209.11º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #247BCD is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 123 | 205 | - |
| CMYK | 0.82 | 0.4 | 0 | 0.20 |
| HSL | 209.11º | 0.7% | 0.47% | - |
| HSV(B) | 209.11º | 0.82% | 0.8% | - |
| XYZ | 18.83 | 18.95 | 60.42 | - |
| YUV | 106.34 | 183.68 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 205 | 0.82 | 0.4 | 0 | 0.20 | 209.11 | 0.7 | 0.47 |
| Hex | 24 | 7B | CD | 52 | 28 | 0 | 14 | D1 | 46 | 2F |
| Octal | 44 | 173 | 315 | 122 | 50 | 0 | 24 | 321 | 106 | 57 |
| Binary | 100100 | 1111011 | 11001101 | 1010010 | 101000 | 0 | 10100 | 11010001 | 1000110 | 101111 |
Color Harmonies of #247BCD
Complementary color
Monochromatic Colors of #247BCD
Black with #247BCD
Text Example
Text Example
White with #247BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BCD; }
p { color: rgb(36,123,205); }
H1.HeaderClassName
{
color: #247BCD;
}
.AnyTagClassName
{
color: #247BCD;
}
</style>
background-color css
<style>
a { background-color: #247BCD; }
a { background-color: rgb(36,123,205); }
div.DivClassName
{
background-color: #247BCD;
}
.BgClassName
{
background-color: #247BCD;
}
</style>
border-color css
<style>
span { border-color: #247BCD; }
span { border-color: rgb(36,123,205); }
td.TdClassName
{
border-color: #247BCD;
}
.TagClassName
{
border-color: #247BCD;
}
</style>