Shades of Curious Blue #207EC7
Tints of Curious Blue #207EC7
RGB
CMYK
RGB Variations
Color information
#207EC7 (or 0x207EC7) is known color: Curious Blue. HEX triplet: 20, 7E and C7. RGB value is (32,126,199). Sum of RGB (Red+Green+Blue) = 32+126+199=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 126 (49.61% from 255 or 35.29% 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 #207EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207EC7 is #DF8138. Grayscale: #696969. Windows color (decimal): -14647609 or 13073952. OLE color: 13073952.
HSL color Cylindrical-coordinate representation of color #207EC7: hue angle of 206.23º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207EC7 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 126 | 199 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.22 |
| HSL | 206.23º | 0.72% | 0.45% | - |
| HSV(B) | 206.23º | 0.84% | 0.78% | - |
| XYZ | 18.37 | 19.35 | 56.8 | - |
| YUV | 106.22 | 180.36 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 199 | 0.84 | 0.37 | 0 | 0.22 | 206.23 | 0.72 | 0.45 |
| Hex | 20 | 7E | C7 | 54 | 25 | 0 | 16 | CE | 48 | 2D |
| Octal | 40 | 176 | 307 | 124 | 45 | 0 | 26 | 316 | 110 | 55 |
| Binary | 100000 | 1111110 | 11000111 | 1010100 | 100101 | 0 | 10110 | 11001110 | 1001000 | 101101 |
Color Harmonies of #207EC7
Complementary color
Monochromatic Colors of #207EC7
Black with #207EC7
Text Example
Text Example
White with #207EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207EC7; }
p { color: rgb(32,126,199); }
H1.HeaderClassName
{
color: #207EC7;
}
.AnyTagClassName
{
color: #207EC7;
}
</style>
background-color css
<style>
a { background-color: #207EC7; }
a { background-color: rgb(32,126,199); }
div.DivClassName
{
background-color: #207EC7;
}
.BgClassName
{
background-color: #207EC7;
}
</style>
border-color css
<style>
span { border-color: #207EC7; }
span { border-color: rgb(32,126,199); }
td.TdClassName
{
border-color: #207EC7;
}
.TagClassName
{
border-color: #207EC7;
}
</style>