Shades of Curious Blue #207DC5
Tints of Curious Blue #207DC5
RGB
CMYK
RGB Variations
Color information
#207DC5 (or 0x207DC5) is known color: Curious Blue. HEX triplet: 20, 7D and C5. RGB value is (32,125,197). Sum of RGB (Red+Green+Blue) = 32+125+197=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #207DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DC5 is #DF823A. Grayscale: #696969. Windows color (decimal): -14647867 or 12942624. OLE color: 12942624.
HSL color Cylindrical-coordinate representation of color #207DC5: hue angle of 206.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207DC5 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 125 | 197 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.23 |
| HSL | 206.18º | 0.72% | 0.45% | - |
| HSV(B) | 206.18º | 0.84% | 0.77% | - |
| XYZ | 18.01 | 19.01 | 55.54 | - |
| YUV | 105.4 | 179.69 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 197 | 0.84 | 0.37 | 0 | 0.23 | 206.18 | 0.72 | 0.45 |
| Hex | 20 | 7D | C5 | 54 | 25 | 0 | 17 | CE | 48 | 2D |
| Octal | 40 | 175 | 305 | 124 | 45 | 0 | 27 | 316 | 110 | 55 |
| Binary | 100000 | 1111101 | 11000101 | 1010100 | 100101 | 0 | 10111 | 11001110 | 1001000 | 101101 |
Color Harmonies of #207DC5
Complementary color
Monochromatic Colors of #207DC5
Black with #207DC5
Text Example
Text Example
White with #207DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207DC5; }
p { color: rgb(32,125,197); }
H1.HeaderClassName
{
color: #207DC5;
}
.AnyTagClassName
{
color: #207DC5;
}
</style>
background-color css
<style>
a { background-color: #207DC5; }
a { background-color: rgb(32,125,197); }
div.DivClassName
{
background-color: #207DC5;
}
.BgClassName
{
background-color: #207DC5;
}
</style>
border-color css
<style>
span { border-color: #207DC5; }
span { border-color: rgb(32,125,197); }
td.TdClassName
{
border-color: #207DC5;
}
.TagClassName
{
border-color: #207DC5;
}
</style>