Shades of Curious Blue #247DBD
Tints of Curious Blue #247DBD
RGB
CMYK
RGB Variations
Color information
#247DBD (or 0x247DBD) is known color: Curious Blue. HEX triplet: 24, 7D and BD. RGB value is (36,125,189). Sum of RGB (Red+Green+Blue) = 36+125+189=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #247DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DBD is #DB8242. Grayscale: #696969. Windows color (decimal): -14385731 or 12418340. OLE color: 12418340.
HSL color Cylindrical-coordinate representation of color #247DBD: hue angle of 205.1º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247DBD is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 125 | 189 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.26 |
| HSL | 205.1º | 0.68% | 0.44% | - |
| HSV(B) | 205.1º | 0.81% | 0.74% | - |
| XYZ | 17.25 | 18.72 | 50.85 | - |
| YUV | 105.69 | 175.01 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 189 | 0.81 | 0.34 | 0 | 0.26 | 205.1 | 0.68 | 0.44 |
| Hex | 24 | 7D | BD | 51 | 22 | 0 | 1A | CD | 44 | 2C |
| Octal | 44 | 175 | 275 | 121 | 42 | 0 | 32 | 315 | 104 | 54 |
| Binary | 100100 | 1111101 | 10111101 | 1010001 | 100010 | 0 | 11010 | 11001101 | 1000100 | 101100 |
Color Harmonies of #247DBD
Complementary color
Monochromatic Colors of #247DBD
Black with #247DBD
Text Example
Text Example
White with #247DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DBD; }
p { color: rgb(36,125,189); }
H1.HeaderClassName
{
color: #247DBD;
}
.AnyTagClassName
{
color: #247DBD;
}
</style>
background-color css
<style>
a { background-color: #247DBD; }
a { background-color: rgb(36,125,189); }
div.DivClassName
{
background-color: #247DBD;
}
.BgClassName
{
background-color: #247DBD;
}
</style>
border-color css
<style>
span { border-color: #247DBD; }
span { border-color: rgb(36,125,189); }
td.TdClassName
{
border-color: #247DBD;
}
.TagClassName
{
border-color: #247DBD;
}
</style>