Shades of Pelorous #2185BD
Tints of Pelorous #2185BD
RGB
CMYK
RGB Variations
Color information
#2185BD (or 0x2185BD) is known color: Pelorous. HEX triplet: 21, 85 and BD. RGB value is (33,133,189). Sum of RGB (Red+Green+Blue) = 33+133+189=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #2185BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185BD is #DE7A42. Grayscale: #6D6D6D. Windows color (decimal): -14580291 or 12420385. OLE color: 12420385.
HSL color Cylindrical-coordinate representation of color #2185BD: hue angle of 201.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2185BD is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 133 | 189 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.26 |
| HSL | 201.54º | 0.7% | 0.44% | - |
| HSV(B) | 201.54º | 0.83% | 0.74% | - |
| XYZ | 18.2 | 20.77 | 51.19 | - |
| YUV | 109.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 189 | 0.83 | 0.30 | 0 | 0.26 | 201.54 | 0.7 | 0.44 |
| Hex | 21 | 85 | BD | 53 | 1E | 0 | 1A | CA | 46 | 2C |
| Octal | 41 | 205 | 275 | 123 | 36 | 0 | 32 | 312 | 106 | 54 |
| Binary | 100001 | 10000101 | 10111101 | 1010011 | 11110 | 0 | 11010 | 11001010 | 1000110 | 101100 |
Color Harmonies of #2185BD
Complementary color
Monochromatic Colors of #2185BD
Black with #2185BD
Text Example
Text Example
White with #2185BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185BD; }
p { color: rgb(33,133,189); }
H1.HeaderClassName
{
color: #2185BD;
}
.AnyTagClassName
{
color: #2185BD;
}
</style>
background-color css
<style>
a { background-color: #2185BD; }
a { background-color: rgb(33,133,189); }
div.DivClassName
{
background-color: #2185BD;
}
.BgClassName
{
background-color: #2185BD;
}
</style>
border-color css
<style>
span { border-color: #2185BD; }
span { border-color: rgb(33,133,189); }
td.TdClassName
{
border-color: #2185BD;
}
.TagClassName
{
border-color: #2185BD;
}
</style>