Shades of Curious Blue #297ED6
Tints of Curious Blue #297ED6
RGB
CMYK
RGB Variations
Color information
#297ED6 (or 0x297ED6) is known color: Curious Blue. HEX triplet: 29, 7E and D6. RGB value is (41,126,214). Sum of RGB (Red+Green+Blue) = 41+126+214=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #297ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ED6 is #D68129. Grayscale: #6E6E6E. Windows color (decimal): -14057770 or 14057001. OLE color: 14057001.
HSL color Cylindrical-coordinate representation of color #297ED6: hue angle of 210.52º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297ED6 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 126 | 214 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.16 |
| HSL | 210.52º | 0.68% | 0.5% | - |
| HSV(B) | 210.52º | 0.81% | 0.84% | - |
| XYZ | 20.51 | 20.25 | 66.45 | - |
| YUV | 110.62 | 186.34 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 214 | 0.81 | 0.41 | 0 | 0.16 | 210.52 | 0.68 | 0.5 |
| Hex | 29 | 7E | D6 | 51 | 29 | 0 | 10 | D3 | 44 | 32 |
| Octal | 51 | 176 | 326 | 121 | 51 | 0 | 20 | 323 | 104 | 62 |
| Binary | 101001 | 1111110 | 11010110 | 1010001 | 101001 | 0 | 10000 | 11010011 | 1000100 | 110010 |
Color Harmonies of #297ED6
Complementary color
Monochromatic Colors of #297ED6
Black with #297ED6
Text Example
Text Example
White with #297ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297ED6; }
p { color: rgb(41,126,214); }
H1.HeaderClassName
{
color: #297ED6;
}
.AnyTagClassName
{
color: #297ED6;
}
</style>
background-color css
<style>
a { background-color: #297ED6; }
a { background-color: rgb(41,126,214); }
div.DivClassName
{
background-color: #297ED6;
}
.BgClassName
{
background-color: #297ED6;
}
</style>
border-color css
<style>
span { border-color: #297ED6; }
span { border-color: rgb(41,126,214); }
td.TdClassName
{
border-color: #297ED6;
}
.TagClassName
{
border-color: #297ED6;
}
</style>