Shades of Pelorous #1F8ACE
Tints of Pelorous #1F8ACE
RGB
CMYK
RGB Variations
Color information
#1F8ACE (or 0x1F8ACE) is known color: Pelorous. HEX triplet: 1F, 8A and CE. RGB value is (31,138,206). Sum of RGB (Red+Green+Blue) = 31+138+206=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F8ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8ACE is #E07531. Grayscale: #717171. Windows color (decimal): -14710066 or 13535775. OLE color: 13535775.
HSL color Cylindrical-coordinate representation of color #1F8ACE: hue angle of 203.31º 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 #1F8ACE is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 138 | 206 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.19 |
| HSL | 203.31º | 0.74% | 0.46% | - |
| HSV(B) | 203.31º | 0.85% | 0.81% | - |
| XYZ | 20.79 | 22.92 | 61.72 | - |
| YUV | 113.76 | 180.05 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 206 | 0.85 | 0.33 | 0 | 0.19 | 203.31 | 0.74 | 0.46 |
| Hex | 1F | 8A | CE | 55 | 21 | 0 | 13 | CB | 4A | 2E |
| Octal | 37 | 212 | 316 | 125 | 41 | 0 | 23 | 313 | 112 | 56 |
| Binary | 11111 | 10001010 | 11001110 | 1010101 | 100001 | 0 | 10011 | 11001011 | 1001010 | 101110 |
Color Harmonies of #1F8ACE
Complementary color
Monochromatic Colors of #1F8ACE
Black with #1F8ACE
Text Example
Text Example
White with #1F8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8ACE; }
p { color: rgb(31,138,206); }
H1.HeaderClassName
{
color: #1F8ACE;
}
.AnyTagClassName
{
color: #1F8ACE;
}
</style>
background-color css
<style>
a { background-color: #1F8ACE; }
a { background-color: rgb(31,138,206); }
div.DivClassName
{
background-color: #1F8ACE;
}
.BgClassName
{
background-color: #1F8ACE;
}
</style>
border-color css
<style>
span { border-color: #1F8ACE; }
span { border-color: rgb(31,138,206); }
td.TdClassName
{
border-color: #1F8ACE;
}
.TagClassName
{
border-color: #1F8ACE;
}
</style>