Shades of Pelorous #1F93CB
Tints of Pelorous #1F93CB
RGB
CMYK
RGB Variations
Color information
#1F93CB (or 0x1F93CB) is known color: Pelorous. HEX triplet: 1F, 93 and CB. RGB value is (31,147,203). Sum of RGB (Red+Green+Blue) = 31+147+203=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F93CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F93CB is #E06C34. Grayscale: #767676. Windows color (decimal): -14707765 or 13341471. OLE color: 13341471.
HSL color Cylindrical-coordinate representation of color #1F93CB: hue angle of 199.53º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F93CB is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 147 | 203 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.20 |
| HSL | 199.53º | 0.74% | 0.46% | - |
| HSV(B) | 199.53º | 0.85% | 0.8% | - |
| XYZ | 21.78 | 25.47 | 60.27 | - |
| YUV | 118.7 | 175.57 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 203 | 0.85 | 0.28 | 0 | 0.20 | 199.53 | 0.74 | 0.46 |
| Hex | 1F | 93 | CB | 55 | 1C | 0 | 14 | C8 | 4A | 2E |
| Octal | 37 | 223 | 313 | 125 | 34 | 0 | 24 | 310 | 112 | 56 |
| Binary | 11111 | 10010011 | 11001011 | 1010101 | 11100 | 0 | 10100 | 11001000 | 1001010 | 101110 |
Color Harmonies of #1F93CB
Complementary color
Monochromatic Colors of #1F93CB
Black with #1F93CB
Text Example
Text Example
White with #1F93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F93CB; }
p { color: rgb(31,147,203); }
H1.HeaderClassName
{
color: #1F93CB;
}
.AnyTagClassName
{
color: #1F93CB;
}
</style>
background-color css
<style>
a { background-color: #1F93CB; }
a { background-color: rgb(31,147,203); }
div.DivClassName
{
background-color: #1F93CB;
}
.BgClassName
{
background-color: #1F93CB;
}
</style>
border-color css
<style>
span { border-color: #1F93CB; }
span { border-color: rgb(31,147,203); }
td.TdClassName
{
border-color: #1F93CB;
}
.TagClassName
{
border-color: #1F93CB;
}
</style>