Shades of Pelorous #1F92CE
Tints of Pelorous #1F92CE
RGB
CMYK
RGB Variations
Color information
#1F92CE (or 0x1F92CE) is known color: Pelorous. HEX triplet: 1F, 92 and CE. RGB value is (31,146,206). Sum of RGB (Red+Green+Blue) = 31+146+206=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F92CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F92CE is #E06D31. Grayscale: #767676. Windows color (decimal): -14708018 or 13537823. OLE color: 13537823.
HSL color Cylindrical-coordinate representation of color #1F92CE: hue angle of 200.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F92CE is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 146 | 206 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.19 |
| HSL | 200.57º | 0.74% | 0.46% | - |
| HSV(B) | 200.57º | 0.85% | 0.81% | - |
| XYZ | 21.98 | 25.31 | 62.12 | - |
| YUV | 118.46 | 177.4 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 206 | 0.85 | 0.29 | 0 | 0.19 | 200.57 | 0.74 | 0.46 |
| Hex | 1F | 92 | CE | 55 | 1D | 0 | 13 | C9 | 4A | 2E |
| Octal | 37 | 222 | 316 | 125 | 35 | 0 | 23 | 311 | 112 | 56 |
| Binary | 11111 | 10010010 | 11001110 | 1010101 | 11101 | 0 | 10011 | 11001001 | 1001010 | 101110 |
Color Harmonies of #1F92CE
Complementary color
Monochromatic Colors of #1F92CE
Black with #1F92CE
Text Example
Text Example
White with #1F92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F92CE; }
p { color: rgb(31,146,206); }
H1.HeaderClassName
{
color: #1F92CE;
}
.AnyTagClassName
{
color: #1F92CE;
}
</style>
background-color css
<style>
a { background-color: #1F92CE; }
a { background-color: rgb(31,146,206); }
div.DivClassName
{
background-color: #1F92CE;
}
.BgClassName
{
background-color: #1F92CE;
}
</style>
border-color css
<style>
span { border-color: #1F92CE; }
span { border-color: rgb(31,146,206); }
td.TdClassName
{
border-color: #1F92CE;
}
.TagClassName
{
border-color: #1F92CE;
}
</style>