Shades of Curious Blue #207CBE
Tints of Curious Blue #207CBE
RGB
CMYK
RGB Variations
Color information
#207CBE (or 0x207CBE) is known color: Curious Blue. HEX triplet: 20, 7C and BE. RGB value is (32,124,190). Sum of RGB (Red+Green+Blue) = 32+124+190=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #207CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CBE is #DF8341. Grayscale: #676767. Windows color (decimal): -14648130 or 12483616. OLE color: 12483616.
HSL color Cylindrical-coordinate representation of color #207CBE: hue angle of 205.06º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207CBE is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 124 | 190 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.25 |
| HSL | 205.06º | 0.71% | 0.44% | - |
| HSV(B) | 205.06º | 0.83% | 0.75% | - |
| XYZ | 17.1 | 18.44 | 51.37 | - |
| YUV | 104.02 | 176.52 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 190 | 0.83 | 0.35 | 0 | 0.25 | 205.06 | 0.71 | 0.44 |
| Hex | 20 | 7C | BE | 53 | 23 | 0 | 19 | CD | 47 | 2C |
| Octal | 40 | 174 | 276 | 123 | 43 | 0 | 31 | 315 | 107 | 54 |
| Binary | 100000 | 1111100 | 10111110 | 1010011 | 100011 | 0 | 11001 | 11001101 | 1000111 | 101100 |
Color Harmonies of #207CBE
Complementary color
Monochromatic Colors of #207CBE
Black with #207CBE
Text Example
Text Example
White with #207CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CBE; }
p { color: rgb(32,124,190); }
H1.HeaderClassName
{
color: #207CBE;
}
.AnyTagClassName
{
color: #207CBE;
}
</style>
background-color css
<style>
a { background-color: #207CBE; }
a { background-color: rgb(32,124,190); }
div.DivClassName
{
background-color: #207CBE;
}
.BgClassName
{
background-color: #207CBE;
}
</style>
border-color css
<style>
span { border-color: #207CBE; }
span { border-color: rgb(32,124,190); }
td.TdClassName
{
border-color: #207CBE;
}
.TagClassName
{
border-color: #207CBE;
}
</style>