Shades of Pelorous #2193BF
Tints of Pelorous #2193BF
RGB
CMYK
RGB Variations
Color information
#2193BF (or 0x2193BF) is known color: Pelorous. HEX triplet: 21, 93 and BF. RGB value is (33,147,191). Sum of RGB (Red+Green+Blue) = 33+147+191=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #2193BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2193BF is #DE6C40. Grayscale: #757575. Windows color (decimal): -14576705 or 12555041. OLE color: 12555041.
HSL color Cylindrical-coordinate representation of color #2193BF: hue angle of 196.71º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2193BF is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 147 | 191 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.25 |
| HSL | 196.71º | 0.71% | 0.44% | - |
| HSV(B) | 196.71º | 0.83% | 0.75% | - |
| XYZ | 20.46 | 24.95 | 53.03 | - |
| YUV | 117.93 | 169.23 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 191 | 0.83 | 0.23 | 0 | 0.25 | 196.71 | 0.71 | 0.44 |
| Hex | 21 | 93 | BF | 53 | 17 | 0 | 19 | C5 | 47 | 2C |
| Octal | 41 | 223 | 277 | 123 | 27 | 0 | 31 | 305 | 107 | 54 |
| Binary | 100001 | 10010011 | 10111111 | 1010011 | 10111 | 0 | 11001 | 11000101 | 1000111 | 101100 |
Color Harmonies of #2193BF
Complementary color
Monochromatic Colors of #2193BF
Black with #2193BF
Text Example
Text Example
White with #2193BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2193BF; }
p { color: rgb(33,147,191); }
H1.HeaderClassName
{
color: #2193BF;
}
.AnyTagClassName
{
color: #2193BF;
}
</style>
background-color css
<style>
a { background-color: #2193BF; }
a { background-color: rgb(33,147,191); }
div.DivClassName
{
background-color: #2193BF;
}
.BgClassName
{
background-color: #2193BF;
}
</style>
border-color css
<style>
span { border-color: #2193BF; }
span { border-color: rgb(33,147,191); }
td.TdClassName
{
border-color: #2193BF;
}
.TagClassName
{
border-color: #2193BF;
}
</style>