Shades of Curious Blue #207AB7
Tints of Curious Blue #207AB7
RGB
CMYK
RGB Variations
Color information
#207AB7 (or 0x207AB7) is known color: Curious Blue. HEX triplet: 20, 7A and B7. RGB value is (32,122,183). Sum of RGB (Red+Green+Blue) = 32+122+183=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #207AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207AB7 is #DF8548. Grayscale: #656565. Windows color (decimal): -14648649 or 12024352. OLE color: 12024352.
HSL color Cylindrical-coordinate representation of color #207AB7: hue angle of 204.24º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207AB7 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 122 | 183 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.28 |
| HSL | 204.24º | 0.7% | 0.42% | - |
| HSV(B) | 204.24º | 0.83% | 0.72% | - |
| XYZ | 16.1 | 17.65 | 47.36 | - |
| YUV | 102.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 183 | 0.83 | 0.33 | 0 | 0.28 | 204.24 | 0.7 | 0.42 |
| Hex | 20 | 7A | B7 | 53 | 21 | 0 | 1C | CC | 46 | 2A |
| Octal | 40 | 172 | 267 | 123 | 41 | 0 | 34 | 314 | 106 | 52 |
| Binary | 100000 | 1111010 | 10110111 | 1010011 | 100001 | 0 | 11100 | 11001100 | 1000110 | 101010 |
Color Harmonies of #207AB7
Complementary color
Monochromatic Colors of #207AB7
Black with #207AB7
Text Example
Text Example
White with #207AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AB7; }
p { color: rgb(32,122,183); }
H1.HeaderClassName
{
color: #207AB7;
}
.AnyTagClassName
{
color: #207AB7;
}
</style>
background-color css
<style>
a { background-color: #207AB7; }
a { background-color: rgb(32,122,183); }
div.DivClassName
{
background-color: #207AB7;
}
.BgClassName
{
background-color: #207AB7;
}
</style>
border-color css
<style>
span { border-color: #207AB7; }
span { border-color: rgb(32,122,183); }
td.TdClassName
{
border-color: #207AB7;
}
.TagClassName
{
border-color: #207AB7;
}
</style>