Shades of Curious Blue #207EBA
Tints of Curious Blue #207EBA
RGB
CMYK
RGB Variations
Color information
#207EBA (or 0x207EBA) is known color: Curious Blue. HEX triplet: 20, 7E and BA. RGB value is (32,126,186). Sum of RGB (Red+Green+Blue) = 32+126+186=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #207EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207EBA is #DF8145. Grayscale: #686868. Windows color (decimal): -14647622 or 12221984. OLE color: 12221984.
HSL color Cylindrical-coordinate representation of color #207EBA: hue angle of 203.38º 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 #207EBA is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 126 | 186 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.27 |
| HSL | 203.38º | 0.71% | 0.43% | - |
| HSV(B) | 203.38º | 0.83% | 0.73% | - |
| XYZ | 16.92 | 18.77 | 49.19 | - |
| YUV | 104.73 | 173.86 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 186 | 0.83 | 0.32 | 0 | 0.27 | 203.38 | 0.71 | 0.43 |
| Hex | 20 | 7E | BA | 53 | 20 | 0 | 1B | CB | 47 | 2B |
| Octal | 40 | 176 | 272 | 123 | 40 | 0 | 33 | 313 | 107 | 53 |
| Binary | 100000 | 1111110 | 10111010 | 1010011 | 100000 | 0 | 11011 | 11001011 | 1000111 | 101011 |
Color Harmonies of #207EBA
Complementary color
Monochromatic Colors of #207EBA
Black with #207EBA
Text Example
Text Example
White with #207EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207EBA; }
p { color: rgb(32,126,186); }
H1.HeaderClassName
{
color: #207EBA;
}
.AnyTagClassName
{
color: #207EBA;
}
</style>
background-color css
<style>
a { background-color: #207EBA; }
a { background-color: rgb(32,126,186); }
div.DivClassName
{
background-color: #207EBA;
}
.BgClassName
{
background-color: #207EBA;
}
</style>
border-color css
<style>
span { border-color: #207EBA; }
span { border-color: rgb(32,126,186); }
td.TdClassName
{
border-color: #207EBA;
}
.TagClassName
{
border-color: #207EBA;
}
</style>