Shades of Curious Blue #207BBA
Tints of Curious Blue #207BBA
RGB
CMYK
RGB Variations
Color information
#207BBA (or 0x207BBA) is known color: Curious Blue. HEX triplet: 20, 7B and BA. RGB value is (32,123,186). Sum of RGB (Red+Green+Blue) = 32+123+186=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #207BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207BBA is #DF8445. Grayscale: #666666. Windows color (decimal): -14648390 or 12221216. OLE color: 12221216.
HSL color Cylindrical-coordinate representation of color #207BBA: hue angle of 204.55º 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 #207BBA is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 123 | 186 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.27 |
| HSL | 204.55º | 0.71% | 0.43% | - |
| HSV(B) | 204.55º | 0.83% | 0.73% | - |
| XYZ | 16.54 | 18.02 | 49.06 | - |
| YUV | 102.97 | 174.85 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 186 | 0.83 | 0.34 | 0 | 0.27 | 204.55 | 0.71 | 0.43 |
| Hex | 20 | 7B | BA | 53 | 22 | 0 | 1B | CD | 47 | 2B |
| Octal | 40 | 173 | 272 | 123 | 42 | 0 | 33 | 315 | 107 | 53 |
| Binary | 100000 | 1111011 | 10111010 | 1010011 | 100010 | 0 | 11011 | 11001101 | 1000111 | 101011 |
Color Harmonies of #207BBA
Complementary color
Monochromatic Colors of #207BBA
Black with #207BBA
Text Example
Text Example
White with #207BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BBA; }
p { color: rgb(32,123,186); }
H1.HeaderClassName
{
color: #207BBA;
}
.AnyTagClassName
{
color: #207BBA;
}
</style>
background-color css
<style>
a { background-color: #207BBA; }
a { background-color: rgb(32,123,186); }
div.DivClassName
{
background-color: #207BBA;
}
.BgClassName
{
background-color: #207BBA;
}
</style>
border-color css
<style>
span { border-color: #207BBA; }
span { border-color: rgb(32,123,186); }
td.TdClassName
{
border-color: #207BBA;
}
.TagClassName
{
border-color: #207BBA;
}
</style>