Shades of Curious Blue #247DD2
Tints of Curious Blue #247DD2
RGB
CMYK
RGB Variations
Color information
#247DD2 (or 0x247DD2) is known color: Curious Blue. HEX triplet: 24, 7D and D2. RGB value is (36,125,210). Sum of RGB (Red+Green+Blue) = 36+125+210=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #247DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DD2 is #DB822D. Grayscale: #6B6B6B. Windows color (decimal): -14385710 or 13794596. OLE color: 13794596.
HSL color Cylindrical-coordinate representation of color #247DD2: hue angle of 209.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #247DD2 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 125 | 210 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.18 |
| HSL | 209.31º | 0.71% | 0.48% | - |
| HSV(B) | 209.31º | 0.83% | 0.82% | - |
| XYZ | 19.69 | 19.7 | 63.74 | - |
| YUV | 108.08 | 185.51 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 210 | 0.83 | 0.40 | 0 | 0.18 | 209.31 | 0.71 | 0.48 |
| Hex | 24 | 7D | D2 | 53 | 28 | 0 | 12 | D1 | 47 | 30 |
| Octal | 44 | 175 | 322 | 123 | 50 | 0 | 22 | 321 | 107 | 60 |
| Binary | 100100 | 1111101 | 11010010 | 1010011 | 101000 | 0 | 10010 | 11010001 | 1000111 | 110000 |
Color Harmonies of #247DD2
Complementary color
Monochromatic Colors of #247DD2
Black with #247DD2
Text Example
Text Example
White with #247DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247DD2; }
p { color: rgb(36,125,210); }
H1.HeaderClassName
{
color: #247DD2;
}
.AnyTagClassName
{
color: #247DD2;
}
</style>
background-color css
<style>
a { background-color: #247DD2; }
a { background-color: rgb(36,125,210); }
div.DivClassName
{
background-color: #247DD2;
}
.BgClassName
{
background-color: #247DD2;
}
</style>
border-color css
<style>
span { border-color: #247DD2; }
span { border-color: rgb(36,125,210); }
td.TdClassName
{
border-color: #247DD2;
}
.TagClassName
{
border-color: #247DD2;
}
</style>