Shades of Pelorous #208BCE
Tints of Pelorous #208BCE
RGB
CMYK
RGB Variations
Color information
#208BCE (or 0x208BCE) is known color: Pelorous. HEX triplet: 20, 8B and CE. RGB value is (32,139,206). Sum of RGB (Red+Green+Blue) = 32+139+206=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #208BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BCE is #DF7431. Grayscale: #727272. Windows color (decimal): -14644274 or 13536032. OLE color: 13536032.
HSL color Cylindrical-coordinate representation of color #208BCE: hue angle of 203.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208BCE is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 139 | 206 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.19 |
| HSL | 203.1º | 0.73% | 0.47% | - |
| HSV(B) | 203.1º | 0.84% | 0.81% | - |
| XYZ | 20.97 | 23.23 | 61.77 | - |
| YUV | 114.65 | 179.55 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 206 | 0.84 | 0.33 | 0 | 0.19 | 203.1 | 0.73 | 0.47 |
| Hex | 20 | 8B | CE | 54 | 21 | 0 | 13 | CB | 49 | 2F |
| Octal | 40 | 213 | 316 | 124 | 41 | 0 | 23 | 313 | 111 | 57 |
| Binary | 100000 | 10001011 | 11001110 | 1010100 | 100001 | 0 | 10011 | 11001011 | 1001001 | 101111 |
Color Harmonies of #208BCE
Complementary color
Monochromatic Colors of #208BCE
Black with #208BCE
Text Example
Text Example
White with #208BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BCE; }
p { color: rgb(32,139,206); }
H1.HeaderClassName
{
color: #208BCE;
}
.AnyTagClassName
{
color: #208BCE;
}
</style>
background-color css
<style>
a { background-color: #208BCE; }
a { background-color: rgb(32,139,206); }
div.DivClassName
{
background-color: #208BCE;
}
.BgClassName
{
background-color: #208BCE;
}
</style>
border-color css
<style>
span { border-color: #208BCE; }
span { border-color: rgb(32,139,206); }
td.TdClassName
{
border-color: #208BCE;
}
.TagClassName
{
border-color: #208BCE;
}
</style>