Shades of Pelorous #207FB3
Tints of Pelorous #207FB3
RGB
CMYK
RGB Variations
Color information
#207FB3 (or 0x207FB3) is known color: Pelorous. HEX triplet: 20, 7F and B3. RGB value is (32,127,179). Sum of RGB (Red+Green+Blue) = 32+127+179=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #207FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FB3 is #DF804C. Grayscale: #686868. Windows color (decimal): -14647373 or 11763488. OLE color: 11763488.
HSL color Cylindrical-coordinate representation of color #207FB3: hue angle of 201.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207FB3 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 127 | 179 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.30 |
| HSL | 201.22º | 0.7% | 0.41% | - |
| HSV(B) | 201.22º | 0.82% | 0.7% | - |
| XYZ | 16.32 | 18.74 | 45.4 | - |
| YUV | 104.52 | 170.03 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 179 | 0.82 | 0.29 | 0 | 0.30 | 201.22 | 0.7 | 0.41 |
| Hex | 20 | 7F | B3 | 52 | 1D | 0 | 1E | C9 | 46 | 29 |
| Octal | 40 | 177 | 263 | 122 | 35 | 0 | 36 | 311 | 106 | 51 |
| Binary | 100000 | 1111111 | 10110011 | 1010010 | 11101 | 0 | 11110 | 11001001 | 1000110 | 101001 |
Color Harmonies of #207FB3
Complementary color
Monochromatic Colors of #207FB3
Black with #207FB3
Text Example
Text Example
White with #207FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FB3; }
p { color: rgb(32,127,179); }
H1.HeaderClassName
{
color: #207FB3;
}
.AnyTagClassName
{
color: #207FB3;
}
</style>
background-color css
<style>
a { background-color: #207FB3; }
a { background-color: rgb(32,127,179); }
div.DivClassName
{
background-color: #207FB3;
}
.BgClassName
{
background-color: #207FB3;
}
</style>
border-color css
<style>
span { border-color: #207FB3; }
span { border-color: rgb(32,127,179); }
td.TdClassName
{
border-color: #207FB3;
}
.TagClassName
{
border-color: #207FB3;
}
</style>