Shades of Curious Blue #247DCD
Tints of Curious Blue #247DCD
RGB
CMYK
RGB Variations
Color information
#247DCD (or 0x247DCD) is known color: Curious Blue. HEX triplet: 24, 7D and CD. RGB value is (36,125,205). Sum of RGB (Red+Green+Blue) = 36+125+205=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #247DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DCD is #DB8232. Grayscale: #6B6B6B. Windows color (decimal): -14385715 or 13466916. OLE color: 13466916.
HSL color Cylindrical-coordinate representation of color #247DCD: hue angle of 208.4º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #247DCD is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 125 | 205 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.20 |
| HSL | 208.4º | 0.7% | 0.47% | - |
| HSV(B) | 208.4º | 0.82% | 0.8% | - |
| XYZ | 19.08 | 19.45 | 60.51 | - |
| YUV | 107.51 | 183.01 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 205 | 0.82 | 0.39 | 0 | 0.20 | 208.4 | 0.7 | 0.47 |
| Hex | 24 | 7D | CD | 52 | 27 | 0 | 14 | D0 | 46 | 2F |
| Octal | 44 | 175 | 315 | 122 | 47 | 0 | 24 | 320 | 106 | 57 |
| Binary | 100100 | 1111101 | 11001101 | 1010010 | 100111 | 0 | 10100 | 11010000 | 1000110 | 101111 |
Color Harmonies of #247DCD
Complementary color
Monochromatic Colors of #247DCD
Black with #247DCD
Text Example
Text Example
White with #247DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DCD; }
p { color: rgb(36,125,205); }
H1.HeaderClassName
{
color: #247DCD;
}
.AnyTagClassName
{
color: #247DCD;
}
</style>
background-color css
<style>
a { background-color: #247DCD; }
a { background-color: rgb(36,125,205); }
div.DivClassName
{
background-color: #247DCD;
}
.BgClassName
{
background-color: #247DCD;
}
</style>
border-color css
<style>
span { border-color: #247DCD; }
span { border-color: rgb(36,125,205); }
td.TdClassName
{
border-color: #247DCD;
}
.TagClassName
{
border-color: #247DCD;
}
</style>