Shades of Pelorous #208FCF
Tints of Pelorous #208FCF
RGB
CMYK
RGB Variations
Color information
#208FCF (or 0x208FCF) is known color: Pelorous. HEX triplet: 20, 8F and CF. RGB value is (32,143,207). Sum of RGB (Red+Green+Blue) = 32+143+207=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #208FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208FCF is #DF7030. Grayscale: #747474. Windows color (decimal): -14643249 or 13602592. OLE color: 13602592.
HSL color Cylindrical-coordinate representation of color #208FCF: hue angle of 201.94º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208FCF is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 143 | 207 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.19 |
| HSL | 201.94º | 0.73% | 0.47% | - |
| HSV(B) | 201.94º | 0.85% | 0.81% | - |
| XYZ | 21.68 | 24.46 | 62.61 | - |
| YUV | 117.11 | 178.73 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 207 | 0.85 | 0.31 | 0 | 0.19 | 201.94 | 0.73 | 0.47 |
| Hex | 20 | 8F | CF | 55 | 1F | 0 | 13 | CA | 49 | 2F |
| Octal | 40 | 217 | 317 | 125 | 37 | 0 | 23 | 312 | 111 | 57 |
| Binary | 100000 | 10001111 | 11001111 | 1010101 | 11111 | 0 | 10011 | 11001010 | 1001001 | 101111 |
Color Harmonies of #208FCF
Complementary color
Monochromatic Colors of #208FCF
Black with #208FCF
Text Example
Text Example
White with #208FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208FCF; }
p { color: rgb(32,143,207); }
H1.HeaderClassName
{
color: #208FCF;
}
.AnyTagClassName
{
color: #208FCF;
}
</style>
background-color css
<style>
a { background-color: #208FCF; }
a { background-color: rgb(32,143,207); }
div.DivClassName
{
background-color: #208FCF;
}
.BgClassName
{
background-color: #208FCF;
}
</style>
border-color css
<style>
span { border-color: #208FCF; }
span { border-color: rgb(32,143,207); }
td.TdClassName
{
border-color: #208FCF;
}
.TagClassName
{
border-color: #208FCF;
}
</style>