Shades of Curious Blue #2579C7
Tints of Curious Blue #2579C7
RGB
CMYK
RGB Variations
Color information
#2579C7 (or 0x2579C7) is known color: Curious Blue. HEX triplet: 25, 79 and C7. RGB value is (37,121,199). Sum of RGB (Red+Green+Blue) = 37+121+199=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 199 (78.12% from 255 or 55.74% from 357); Max value from RGB is 199 - color contains mainly: blue. Hex color #2579C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2579C7 is #DA8638. Grayscale: #686868. Windows color (decimal): -14321209 or 13072677. OLE color: 13072677.
HSL color Cylindrical-coordinate representation of color #2579C7: hue angle of 208.89º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2579C7 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 121 | 199 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.22 |
| HSL | 208.89º | 0.69% | 0.46% | - |
| HSV(B) | 208.89º | 0.81% | 0.78% | - |
| XYZ | 17.91 | 18.19 | 56.6 | - |
| YUV | 104.78 | 181.17 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 199 | 0.81 | 0.39 | 0 | 0.22 | 208.89 | 0.69 | 0.46 |
| Hex | 25 | 79 | C7 | 51 | 27 | 0 | 16 | D1 | 45 | 2E |
| Octal | 45 | 171 | 307 | 121 | 47 | 0 | 26 | 321 | 105 | 56 |
| Binary | 100101 | 1111001 | 11000111 | 1010001 | 100111 | 0 | 10110 | 11010001 | 1000101 | 101110 |
Color Harmonies of #2579C7
Complementary color
Monochromatic Colors of #2579C7
Black with #2579C7
Text Example
Text Example
White with #2579C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2579C7; }
p { color: rgb(37,121,199); }
H1.HeaderClassName
{
color: #2579C7;
}
.AnyTagClassName
{
color: #2579C7;
}
</style>
background-color css
<style>
a { background-color: #2579C7; }
a { background-color: rgb(37,121,199); }
div.DivClassName
{
background-color: #2579C7;
}
.BgClassName
{
background-color: #2579C7;
}
</style>
border-color css
<style>
span { border-color: #2579C7; }
span { border-color: rgb(37,121,199); }
td.TdClassName
{
border-color: #2579C7;
}
.TagClassName
{
border-color: #2579C7;
}
</style>