Shades of Pelorous #1F93CF
Tints of Pelorous #1F93CF
RGB
CMYK
RGB Variations
Color information
#1F93CF (or 0x1F93CF) is known color: Pelorous. HEX triplet: 1F, 93 and CF. RGB value is (31,147,207). Sum of RGB (Red+Green+Blue) = 31+147+207=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F93CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F93CF is #E06C30. Grayscale: #767676. Windows color (decimal): -14707761 or 13603615. OLE color: 13603615.
HSL color Cylindrical-coordinate representation of color #1F93CF: hue angle of 200.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F93CF is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 147 | 207 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.19 |
| HSL | 200.45º | 0.74% | 0.47% | - |
| HSV(B) | 200.45º | 0.85% | 0.81% | - |
| XYZ | 22.26 | 25.66 | 62.81 | - |
| YUV | 119.16 | 177.57 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 207 | 0.85 | 0.29 | 0 | 0.19 | 200.45 | 0.74 | 0.47 |
| Hex | 1F | 93 | CF | 55 | 1D | 0 | 13 | C8 | 4A | 2F |
| Octal | 37 | 223 | 317 | 125 | 35 | 0 | 23 | 310 | 112 | 57 |
| Binary | 11111 | 10010011 | 11001111 | 1010101 | 11101 | 0 | 10011 | 11001000 | 1001010 | 101111 |
Color Harmonies of #1F93CF
Complementary color
Monochromatic Colors of #1F93CF
Black with #1F93CF
Text Example
Text Example
White with #1F93CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F93CF; }
p { color: rgb(31,147,207); }
H1.HeaderClassName
{
color: #1F93CF;
}
.AnyTagClassName
{
color: #1F93CF;
}
</style>
background-color css
<style>
a { background-color: #1F93CF; }
a { background-color: rgb(31,147,207); }
div.DivClassName
{
background-color: #1F93CF;
}
.BgClassName
{
background-color: #1F93CF;
}
</style>
border-color css
<style>
span { border-color: #1F93CF; }
span { border-color: rgb(31,147,207); }
td.TdClassName
{
border-color: #1F93CF;
}
.TagClassName
{
border-color: #1F93CF;
}
</style>