Shades of Pelorous #1F8AC2
Tints of Pelorous #1F8AC2
RGB
CMYK
RGB Variations
Color information
#1F8AC2 (or 0x1F8AC2) is known color: Pelorous. HEX triplet: 1F, 8A and C2. RGB value is (31,138,194). Sum of RGB (Red+Green+Blue) = 31+138+194=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #1F8AC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8AC2 is #E0753D. Grayscale: #707070. Windows color (decimal): -14710078 or 12749343. OLE color: 12749343.
HSL color Cylindrical-coordinate representation of color #1F8AC2: hue angle of 200.61º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F8AC2 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 138 | 194 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.24 |
| HSL | 200.61º | 0.72% | 0.44% | - |
| HSV(B) | 200.61º | 0.84% | 0.76% | - |
| XYZ | 19.39 | 22.36 | 54.33 | - |
| YUV | 112.39 | 174.05 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 194 | 0.84 | 0.29 | 0 | 0.24 | 200.61 | 0.72 | 0.44 |
| Hex | 1F | 8A | C2 | 54 | 1D | 0 | 18 | C9 | 48 | 2C |
| Octal | 37 | 212 | 302 | 124 | 35 | 0 | 30 | 311 | 110 | 54 |
| Binary | 11111 | 10001010 | 11000010 | 1010100 | 11101 | 0 | 11000 | 11001001 | 1001000 | 101100 |
Color Harmonies of #1F8AC2
Complementary color
Monochromatic Colors of #1F8AC2
Black with #1F8AC2
Text Example
Text Example
White with #1F8AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8AC2; }
p { color: rgb(31,138,194); }
H1.HeaderClassName
{
color: #1F8AC2;
}
.AnyTagClassName
{
color: #1F8AC2;
}
</style>
background-color css
<style>
a { background-color: #1F8AC2; }
a { background-color: rgb(31,138,194); }
div.DivClassName
{
background-color: #1F8AC2;
}
.BgClassName
{
background-color: #1F8AC2;
}
</style>
border-color css
<style>
span { border-color: #1F8AC2; }
span { border-color: rgb(31,138,194); }
td.TdClassName
{
border-color: #1F8AC2;
}
.TagClassName
{
border-color: #1F8AC2;
}
</style>