Shades of Curious Blue #247ABB
Tints of Curious Blue #247ABB
RGB
CMYK
RGB Variations
Color information
#247ABB (or 0x247ABB) is known color: Curious Blue. HEX triplet: 24, 7A and BB. RGB value is (36,122,187). Sum of RGB (Red+Green+Blue) = 36+122+187=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #247ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ABB is #DB8544. Grayscale: #676767. Windows color (decimal): -14386501 or 12286500. OLE color: 12286500.
HSL color Cylindrical-coordinate representation of color #247ABB: hue angle of 205.83º 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 #247ABB is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 122 | 187 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.27 |
| HSL | 205.83º | 0.68% | 0.44% | - |
| HSV(B) | 205.83º | 0.81% | 0.73% | - |
| XYZ | 16.66 | 17.88 | 49.59 | - |
| YUV | 103.7 | 175.01 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 187 | 0.81 | 0.35 | 0 | 0.27 | 205.83 | 0.68 | 0.44 |
| Hex | 24 | 7A | BB | 51 | 23 | 0 | 1B | CE | 44 | 2C |
| Octal | 44 | 172 | 273 | 121 | 43 | 0 | 33 | 316 | 104 | 54 |
| Binary | 100100 | 1111010 | 10111011 | 1010001 | 100011 | 0 | 11011 | 11001110 | 1000100 | 101100 |
Color Harmonies of #247ABB
Complementary color
Monochromatic Colors of #247ABB
Black with #247ABB
Text Example
Text Example
White with #247ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247ABB; }
p { color: rgb(36,122,187); }
H1.HeaderClassName
{
color: #247ABB;
}
.AnyTagClassName
{
color: #247ABB;
}
</style>
background-color css
<style>
a { background-color: #247ABB; }
a { background-color: rgb(36,122,187); }
div.DivClassName
{
background-color: #247ABB;
}
.BgClassName
{
background-color: #247ABB;
}
</style>
border-color css
<style>
span { border-color: #247ABB; }
span { border-color: rgb(36,122,187); }
td.TdClassName
{
border-color: #247ABB;
}
.TagClassName
{
border-color: #247ABB;
}
</style>