Shades of Curious Blue #247BB4
Tints of Curious Blue #247BB4
RGB
CMYK
RGB Variations
Color information
#247BB4 (or 0x247BB4) is known color: Curious Blue. HEX triplet: 24, 7B and B4. RGB value is (36,123,180). Sum of RGB (Red+Green+Blue) = 36+123+180=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #247BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BB4 is #DB844B. Grayscale: #676767. Windows color (decimal): -14386252 or 11828004. OLE color: 11828004.
HSL color Cylindrical-coordinate representation of color #247BB4: hue angle of 203.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #247BB4 is Cyan = 0.8, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 123 | 180 | - |
| CMYK | 0.8 | 0.32 | 0 | 0.29 |
| HSL | 203.75º | 0.67% | 0.42% | - |
| HSV(B) | 203.75º | 0.8% | 0.71% | - |
| XYZ | 16.05 | 17.84 | 45.78 | - |
| YUV | 103.49 | 171.18 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 180 | 0.8 | 0.32 | 0 | 0.29 | 203.75 | 0.67 | 0.42 |
| Hex | 24 | 7B | B4 | 50 | 20 | 0 | 1D | CC | 43 | 2A |
| Octal | 44 | 173 | 264 | 120 | 40 | 0 | 35 | 314 | 103 | 52 |
| Binary | 100100 | 1111011 | 10110100 | 1010000 | 100000 | 0 | 11101 | 11001100 | 1000011 | 101010 |
Color Harmonies of #247BB4
Complementary color
Monochromatic Colors of #247BB4
Black with #247BB4
Text Example
Text Example
White with #247BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BB4; }
p { color: rgb(36,123,180); }
H1.HeaderClassName
{
color: #247BB4;
}
.AnyTagClassName
{
color: #247BB4;
}
</style>
background-color css
<style>
a { background-color: #247BB4; }
a { background-color: rgb(36,123,180); }
div.DivClassName
{
background-color: #247BB4;
}
.BgClassName
{
background-color: #247BB4;
}
</style>
border-color css
<style>
span { border-color: #247BB4; }
span { border-color: rgb(36,123,180); }
td.TdClassName
{
border-color: #247BB4;
}
.TagClassName
{
border-color: #247BB4;
}
</style>