Shades of Curious Blue #247BBB
Tints of Curious Blue #247BBB
RGB
CMYK
RGB Variations
Color information
#247BBB (or 0x247BBB) is known color: Curious Blue. HEX triplet: 24, 7B and BB. RGB value is (36,123,187). Sum of RGB (Red+Green+Blue) = 36+123+187=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #247BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BBB is #DB8444. Grayscale: #676767. Windows color (decimal): -14386245 or 12286756. OLE color: 12286756.
HSL color Cylindrical-coordinate representation of color #247BBB: hue angle of 205.43º 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 #247BBB is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 123 | 187 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.27 |
| HSL | 205.43º | 0.68% | 0.44% | - |
| HSV(B) | 205.43º | 0.81% | 0.73% | - |
| XYZ | 16.78 | 18.13 | 49.63 | - |
| YUV | 104.28 | 174.68 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 187 | 0.81 | 0.34 | 0 | 0.27 | 205.43 | 0.68 | 0.44 |
| Hex | 24 | 7B | BB | 51 | 22 | 0 | 1B | CD | 44 | 2C |
| Octal | 44 | 173 | 273 | 121 | 42 | 0 | 33 | 315 | 104 | 54 |
| Binary | 100100 | 1111011 | 10111011 | 1010001 | 100010 | 0 | 11011 | 11001101 | 1000100 | 101100 |
Color Harmonies of #247BBB
Complementary color
Monochromatic Colors of #247BBB
Black with #247BBB
Text Example
Text Example
White with #247BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247BBB; }
p { color: rgb(36,123,187); }
H1.HeaderClassName
{
color: #247BBB;
}
.AnyTagClassName
{
color: #247BBB;
}
</style>
background-color css
<style>
a { background-color: #247BBB; }
a { background-color: rgb(36,123,187); }
div.DivClassName
{
background-color: #247BBB;
}
.BgClassName
{
background-color: #247BBB;
}
</style>
border-color css
<style>
span { border-color: #247BBB; }
span { border-color: rgb(36,123,187); }
td.TdClassName
{
border-color: #247BBB;
}
.TagClassName
{
border-color: #247BBB;
}
</style>