Shades of Curious Blue #247DC9
Tints of Curious Blue #247DC9
RGB
CMYK
RGB Variations
Color information
#247DC9 (or 0x247DC9) is known color: Curious Blue. HEX triplet: 24, 7D and C9. RGB value is (36,125,201). Sum of RGB (Red+Green+Blue) = 36+125+201=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #247DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DC9 is #DB8236. Grayscale: #6A6A6A. Windows color (decimal): -14385719 or 13204772. OLE color: 13204772.
HSL color Cylindrical-coordinate representation of color #247DC9: hue angle of 207.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #247DC9 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 125 | 201 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.21 |
| HSL | 207.64º | 0.7% | 0.46% | - |
| HSV(B) | 207.64º | 0.82% | 0.79% | - |
| XYZ | 18.6 | 19.26 | 58 | - |
| YUV | 107.05 | 181.01 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 201 | 0.82 | 0.38 | 0 | 0.21 | 207.64 | 0.7 | 0.46 |
| Hex | 24 | 7D | C9 | 52 | 26 | 0 | 15 | D0 | 46 | 2E |
| Octal | 44 | 175 | 311 | 122 | 46 | 0 | 25 | 320 | 106 | 56 |
| Binary | 100100 | 1111101 | 11001001 | 1010010 | 100110 | 0 | 10101 | 11010000 | 1000110 | 101110 |
Color Harmonies of #247DC9
Complementary color
Monochromatic Colors of #247DC9
Black with #247DC9
Text Example
Text Example
White with #247DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DC9; }
p { color: rgb(36,125,201); }
H1.HeaderClassName
{
color: #247DC9;
}
.AnyTagClassName
{
color: #247DC9;
}
</style>
background-color css
<style>
a { background-color: #247DC9; }
a { background-color: rgb(36,125,201); }
div.DivClassName
{
background-color: #247DC9;
}
.BgClassName
{
background-color: #247DC9;
}
</style>
border-color css
<style>
span { border-color: #247DC9; }
span { border-color: rgb(36,125,201); }
td.TdClassName
{
border-color: #247DC9;
}
.TagClassName
{
border-color: #247DC9;
}
</style>