Shades of Curious Blue #297DCF
Tints of Curious Blue #297DCF
RGB
CMYK
RGB Variations
Color information
#297DCF (or 0x297DCF) is known color: Curious Blue. HEX triplet: 29, 7D and CF. RGB value is (41,125,207). Sum of RGB (Red+Green+Blue) = 41+125+207=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #297DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DCF is #D68230. Grayscale: #6C6C6C. Windows color (decimal): -14058033 or 13597993. OLE color: 13597993.
HSL color Cylindrical-coordinate representation of color #297DCF: hue angle of 209.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297DCF is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 125 | 207 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.19 |
| HSL | 209.64º | 0.67% | 0.49% | - |
| HSV(B) | 209.64º | 0.8% | 0.81% | - |
| XYZ | 19.51 | 19.64 | 61.79 | - |
| YUV | 109.23 | 183.17 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 207 | 0.80 | 0.40 | 0 | 0.19 | 209.64 | 0.67 | 0.49 |
| Hex | 29 | 7D | CF | 50 | 28 | 0 | 13 | D2 | 43 | 31 |
| Octal | 51 | 175 | 317 | 120 | 50 | 0 | 23 | 322 | 103 | 61 |
| Binary | 101001 | 1111101 | 11001111 | 1010000 | 101000 | 0 | 10011 | 11010010 | 1000011 | 110001 |
Color Harmonies of #297DCF
Complementary color
Monochromatic Colors of #297DCF
Black with #297DCF
Text Example
Text Example
White with #297DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297DCF; }
p { color: rgb(41,125,207); }
H1.HeaderClassName
{
color: #297DCF;
}
.AnyTagClassName
{
color: #297DCF;
}
</style>
background-color css
<style>
a { background-color: #297DCF; }
a { background-color: rgb(41,125,207); }
div.DivClassName
{
background-color: #297DCF;
}
.BgClassName
{
background-color: #297DCF;
}
</style>
border-color css
<style>
span { border-color: #297DCF; }
span { border-color: rgb(41,125,207); }
td.TdClassName
{
border-color: #297DCF;
}
.TagClassName
{
border-color: #297DCF;
}
</style>