Shades of Curious Blue #297DC7
Tints of Curious Blue #297DC7
RGB
CMYK
RGB Variations
Color information
#297DC7 (or 0x297DC7) is known color: Curious Blue. HEX triplet: 29, 7D and C7. RGB value is (41,125,199). Sum of RGB (Red+Green+Blue) = 41+125+199=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #297DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DC7 is #D68238. Grayscale: #6B6B6B. Windows color (decimal): -14058041 or 13073705. OLE color: 13073705.
HSL color Cylindrical-coordinate representation of color #297DC7: hue angle of 208.1º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #297DC7 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 125 | 199 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.22 |
| HSL | 208.1º | 0.66% | 0.47% | - |
| HSV(B) | 208.1º | 0.79% | 0.78% | - |
| XYZ | 18.56 | 19.26 | 56.77 | - |
| YUV | 108.32 | 179.17 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 199 | 0.79 | 0.37 | 0 | 0.22 | 208.1 | 0.66 | 0.47 |
| Hex | 29 | 7D | C7 | 4F | 25 | 0 | 16 | D0 | 42 | 2F |
| Octal | 51 | 175 | 307 | 117 | 45 | 0 | 26 | 320 | 102 | 57 |
| Binary | 101001 | 1111101 | 11000111 | 1001111 | 100101 | 0 | 10110 | 11010000 | 1000010 | 101111 |
Color Harmonies of #297DC7
Complementary color
Monochromatic Colors of #297DC7
Black with #297DC7
Text Example
Text Example
White with #297DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297DC7; }
p { color: rgb(41,125,199); }
H1.HeaderClassName
{
color: #297DC7;
}
.AnyTagClassName
{
color: #297DC7;
}
</style>
background-color css
<style>
a { background-color: #297DC7; }
a { background-color: rgb(41,125,199); }
div.DivClassName
{
background-color: #297DC7;
}
.BgClassName
{
background-color: #297DC7;
}
</style>
border-color css
<style>
span { border-color: #297DC7; }
span { border-color: rgb(41,125,199); }
td.TdClassName
{
border-color: #297DC7;
}
.TagClassName
{
border-color: #297DC7;
}
</style>