Shades of Pelorous #209AD1
Tints of Pelorous #209AD1
RGB
CMYK
RGB Variations
Color information
#209AD1 (or 0x209AD1) is known color: Pelorous. HEX triplet: 20, 9A and D1. RGB value is (32,154,209). Sum of RGB (Red+Green+Blue) = 32+154+209=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #209AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209AD1 is #DF652E. Grayscale: #7B7B7B. Windows color (decimal): -14640431 or 13736480. OLE color: 13736480.
HSL color Cylindrical-coordinate representation of color #209AD1: hue angle of 198.64º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #209AD1 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 154 | 209 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.18 |
| HSL | 198.64º | 0.73% | 0.47% | - |
| HSV(B) | 198.64º | 0.85% | 0.82% | - |
| XYZ | 23.66 | 28.02 | 64.48 | - |
| YUV | 123.79 | 176.08 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 154 | 209 | 0.85 | 0.26 | 0 | 0.18 | 198.64 | 0.73 | 0.47 |
| Hex | 20 | 9A | D1 | 55 | 1A | 0 | 12 | C7 | 49 | 2F |
| Octal | 40 | 232 | 321 | 125 | 32 | 0 | 22 | 307 | 111 | 57 |
| Binary | 100000 | 10011010 | 11010001 | 1010101 | 11010 | 0 | 10010 | 11000111 | 1001001 | 101111 |
Color Harmonies of #209AD1
Complementary color
Monochromatic Colors of #209AD1
Black with #209AD1
Text Example
Text Example
White with #209AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209AD1; }
p { color: rgb(32,154,209); }
H1.HeaderClassName
{
color: #209AD1;
}
.AnyTagClassName
{
color: #209AD1;
}
</style>
background-color css
<style>
a { background-color: #209AD1; }
a { background-color: rgb(32,154,209); }
div.DivClassName
{
background-color: #209AD1;
}
.BgClassName
{
background-color: #209AD1;
}
</style>
border-color css
<style>
span { border-color: #209AD1; }
span { border-color: rgb(32,154,209); }
td.TdClassName
{
border-color: #209AD1;
}
.TagClassName
{
border-color: #209AD1;
}
</style>