Shades of Pelorous #1F98C3
Tints of Pelorous #1F98C3
RGB
CMYK
RGB Variations
Color information
#1F98C3 (or 0x1F98C3) is known color: Pelorous. HEX triplet: 1F, 98 and C3. RGB value is (31,152,195). Sum of RGB (Red+Green+Blue) = 31+152+195=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 195 (76.56% from 255 or 51.59% from 378); Max value from RGB is 195 - color contains mainly: blue. Hex color #1F98C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F98C3 is #E0673C. Grayscale: #787878. Windows color (decimal): -14706493 or 12818463. OLE color: 12818463.
HSL color Cylindrical-coordinate representation of color #1F98C3: hue angle of 195.73º degrees, saturation: 0.73, 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 #1F98C3 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 152 | 195 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.24 |
| HSL | 195.73º | 0.73% | 0.44% | - |
| HSV(B) | 195.73º | 0.84% | 0.76% | - |
| XYZ | 21.64 | 26.69 | 55.64 | - |
| YUV | 120.72 | 169.91 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 195 | 0.84 | 0.22 | 0 | 0.24 | 195.73 | 0.73 | 0.44 |
| Hex | 1F | 98 | C3 | 54 | 16 | 0 | 18 | C4 | 49 | 2C |
| Octal | 37 | 230 | 303 | 124 | 26 | 0 | 30 | 304 | 111 | 54 |
| Binary | 11111 | 10011000 | 11000011 | 1010100 | 10110 | 0 | 11000 | 11000100 | 1001001 | 101100 |
Color Harmonies of #1F98C3
Complementary color
Monochromatic Colors of #1F98C3
Black with #1F98C3
Text Example
Text Example
White with #1F98C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F98C3; }
p { color: rgb(31,152,195); }
H1.HeaderClassName
{
color: #1F98C3;
}
.AnyTagClassName
{
color: #1F98C3;
}
</style>
background-color css
<style>
a { background-color: #1F98C3; }
a { background-color: rgb(31,152,195); }
div.DivClassName
{
background-color: #1F98C3;
}
.BgClassName
{
background-color: #1F98C3;
}
</style>
border-color css
<style>
span { border-color: #1F98C3; }
span { border-color: rgb(31,152,195); }
td.TdClassName
{
border-color: #1F98C3;
}
.TagClassName
{
border-color: #1F98C3;
}
</style>