Shades of Curious Blue #247DBA
Tints of Curious Blue #247DBA
RGB
CMYK
RGB Variations
Color information
#247DBA (or 0x247DBA) is known color: Curious Blue. HEX triplet: 24, 7D and BA. RGB value is (36,125,186). Sum of RGB (Red+Green+Blue) = 36+125+186=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #247DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DBA is #DB8245. Grayscale: #696969. Windows color (decimal): -14385734 or 12221732. OLE color: 12221732.
HSL color Cylindrical-coordinate representation of color #247DBA: hue angle of 204.4º 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 #247DBA is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 125 | 186 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.27 |
| HSL | 204.4º | 0.68% | 0.44% | - |
| HSV(B) | 204.4º | 0.81% | 0.73% | - |
| XYZ | 16.92 | 18.59 | 49.15 | - |
| YUV | 105.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 186 | 0.81 | 0.33 | 0 | 0.27 | 204.4 | 0.68 | 0.44 |
| Hex | 24 | 7D | BA | 51 | 21 | 0 | 1B | CC | 44 | 2C |
| Octal | 44 | 175 | 272 | 121 | 41 | 0 | 33 | 314 | 104 | 54 |
| Binary | 100100 | 1111101 | 10111010 | 1010001 | 100001 | 0 | 11011 | 11001100 | 1000100 | 101100 |
Color Harmonies of #247DBA
Complementary color
Monochromatic Colors of #247DBA
Black with #247DBA
Text Example
Text Example
White with #247DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DBA; }
p { color: rgb(36,125,186); }
H1.HeaderClassName
{
color: #247DBA;
}
.AnyTagClassName
{
color: #247DBA;
}
</style>
background-color css
<style>
a { background-color: #247DBA; }
a { background-color: rgb(36,125,186); }
div.DivClassName
{
background-color: #247DBA;
}
.BgClassName
{
background-color: #247DBA;
}
</style>
border-color css
<style>
span { border-color: #247DBA; }
span { border-color: rgb(36,125,186); }
td.TdClassName
{
border-color: #247DBA;
}
.TagClassName
{
border-color: #247DBA;
}
</style>