Shades of Curious Blue #207CBA
Tints of Curious Blue #207CBA
RGB
CMYK
RGB Variations
Color information
#207CBA (or 0x207CBA) is known color: Curious Blue. HEX triplet: 20, 7C and BA. RGB value is (32,124,186). Sum of RGB (Red+Green+Blue) = 32+124+186=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #207CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CBA is #DF8345. Grayscale: #676767. Windows color (decimal): -14648134 or 12221472. OLE color: 12221472.
HSL color Cylindrical-coordinate representation of color #207CBA: hue angle of 204.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207CBA is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 124 | 186 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.27 |
| HSL | 204.16º | 0.71% | 0.43% | - |
| HSV(B) | 204.16º | 0.83% | 0.73% | - |
| XYZ | 16.67 | 18.27 | 49.1 | - |
| YUV | 103.56 | 174.52 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 186 | 0.83 | 0.33 | 0 | 0.27 | 204.16 | 0.71 | 0.43 |
| Hex | 20 | 7C | BA | 53 | 21 | 0 | 1B | CC | 47 | 2B |
| Octal | 40 | 174 | 272 | 123 | 41 | 0 | 33 | 314 | 107 | 53 |
| Binary | 100000 | 1111100 | 10111010 | 1010011 | 100001 | 0 | 11011 | 11001100 | 1000111 | 101011 |
Color Harmonies of #207CBA
Complementary color
Monochromatic Colors of #207CBA
Black with #207CBA
Text Example
Text Example
White with #207CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CBA; }
p { color: rgb(32,124,186); }
H1.HeaderClassName
{
color: #207CBA;
}
.AnyTagClassName
{
color: #207CBA;
}
</style>
background-color css
<style>
a { background-color: #207CBA; }
a { background-color: rgb(32,124,186); }
div.DivClassName
{
background-color: #207CBA;
}
.BgClassName
{
background-color: #207CBA;
}
</style>
border-color css
<style>
span { border-color: #207CBA; }
span { border-color: rgb(32,124,186); }
td.TdClassName
{
border-color: #207CBA;
}
.TagClassName
{
border-color: #207CBA;
}
</style>