Shades of Curious Blue #207FB4
Tints of Curious Blue #207FB4
RGB
CMYK
RGB Variations
Color information
#207FB4 (or 0x207FB4) is known color: Curious Blue. HEX triplet: 20, 7F and B4. RGB value is (32,127,180). Sum of RGB (Red+Green+Blue) = 32+127+180=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #207FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FB4 is #DF804B. Grayscale: #686868. Windows color (decimal): -14647372 or 11829024. OLE color: 11829024.
HSL color Cylindrical-coordinate representation of color #207FB4: hue angle of 201.49º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207FB4 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 127 | 180 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.29 |
| HSL | 201.49º | 0.7% | 0.42% | - |
| HSV(B) | 201.49º | 0.82% | 0.71% | - |
| XYZ | 16.42 | 18.78 | 45.94 | - |
| YUV | 104.64 | 170.53 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 180 | 0.82 | 0.29 | 0 | 0.29 | 201.49 | 0.7 | 0.42 |
| Hex | 20 | 7F | B4 | 52 | 1D | 0 | 1D | C9 | 46 | 2A |
| Octal | 40 | 177 | 264 | 122 | 35 | 0 | 35 | 311 | 106 | 52 |
| Binary | 100000 | 1111111 | 10110100 | 1010010 | 11101 | 0 | 11101 | 11001001 | 1000110 | 101010 |
Color Harmonies of #207FB4
Complementary color
Monochromatic Colors of #207FB4
Black with #207FB4
Text Example
Text Example
White with #207FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FB4; }
p { color: rgb(32,127,180); }
H1.HeaderClassName
{
color: #207FB4;
}
.AnyTagClassName
{
color: #207FB4;
}
</style>
background-color css
<style>
a { background-color: #207FB4; }
a { background-color: rgb(32,127,180); }
div.DivClassName
{
background-color: #207FB4;
}
.BgClassName
{
background-color: #207FB4;
}
</style>
border-color css
<style>
span { border-color: #207FB4; }
span { border-color: rgb(32,127,180); }
td.TdClassName
{
border-color: #207FB4;
}
.TagClassName
{
border-color: #207FB4;
}
</style>