Shades of Curious Blue #247ED3
Tints of Curious Blue #247ED3
RGB
CMYK
RGB Variations
Color information
#247ED3 (or 0x247ED3) is known color: Curious Blue. HEX triplet: 24, 7E and D3. RGB value is (36,126,211). Sum of RGB (Red+Green+Blue) = 36+126+211=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #247ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ED3 is #DB812C. Grayscale: #6C6C6C. Windows color (decimal): -14385453 or 13860388. OLE color: 13860388.
HSL color Cylindrical-coordinate representation of color #247ED3: hue angle of 209.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #247ED3 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 126 | 211 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.17 |
| HSL | 209.14º | 0.71% | 0.48% | - |
| HSV(B) | 209.14º | 0.83% | 0.83% | - |
| XYZ | 19.95 | 20 | 64.44 | - |
| YUV | 108.78 | 185.68 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 211 | 0.83 | 0.40 | 0 | 0.17 | 209.14 | 0.71 | 0.48 |
| Hex | 24 | 7E | D3 | 53 | 28 | 0 | 11 | D1 | 47 | 30 |
| Octal | 44 | 176 | 323 | 123 | 50 | 0 | 21 | 321 | 107 | 60 |
| Binary | 100100 | 1111110 | 11010011 | 1010011 | 101000 | 0 | 10001 | 11010001 | 1000111 | 110000 |
Color Harmonies of #247ED3
Complementary color
Monochromatic Colors of #247ED3
Black with #247ED3
Text Example
Text Example
White with #247ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247ED3; }
p { color: rgb(36,126,211); }
H1.HeaderClassName
{
color: #247ED3;
}
.AnyTagClassName
{
color: #247ED3;
}
</style>
background-color css
<style>
a { background-color: #247ED3; }
a { background-color: rgb(36,126,211); }
div.DivClassName
{
background-color: #247ED3;
}
.BgClassName
{
background-color: #247ED3;
}
</style>
border-color css
<style>
span { border-color: #247ED3; }
span { border-color: rgb(36,126,211); }
td.TdClassName
{
border-color: #247ED3;
}
.TagClassName
{
border-color: #247ED3;
}
</style>