Shades of Pelorous #1F8CBF
Tints of Pelorous #1F8CBF
RGB
CMYK
RGB Variations
Color information
#1F8CBF (or 0x1F8CBF) is known color: Pelorous. HEX triplet: 1F, 8C and BF. RGB value is (31,140,191). Sum of RGB (Red+Green+Blue) = 31+140+191=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F8CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8CBF is #E07340. Grayscale: #707070. Windows color (decimal): -14709569 or 12553247. OLE color: 12553247.
HSL color Cylindrical-coordinate representation of color #1F8CBF: hue angle of 199.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F8CBF is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 140 | 191 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.25 |
| HSL | 199.13º | 0.72% | 0.44% | - |
| HSV(B) | 199.13º | 0.84% | 0.75% | - |
| XYZ | 19.35 | 22.81 | 52.67 | - |
| YUV | 113.22 | 171.89 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 191 | 0.84 | 0.27 | 0 | 0.25 | 199.13 | 0.72 | 0.44 |
| Hex | 1F | 8C | BF | 54 | 1B | 0 | 19 | C7 | 48 | 2C |
| Octal | 37 | 214 | 277 | 124 | 33 | 0 | 31 | 307 | 110 | 54 |
| Binary | 11111 | 10001100 | 10111111 | 1010100 | 11011 | 0 | 11001 | 11000111 | 1001000 | 101100 |
Color Harmonies of #1F8CBF
Complementary color
Monochromatic Colors of #1F8CBF
Black with #1F8CBF
Text Example
Text Example
White with #1F8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8CBF; }
p { color: rgb(31,140,191); }
H1.HeaderClassName
{
color: #1F8CBF;
}
.AnyTagClassName
{
color: #1F8CBF;
}
</style>
background-color css
<style>
a { background-color: #1F8CBF; }
a { background-color: rgb(31,140,191); }
div.DivClassName
{
background-color: #1F8CBF;
}
.BgClassName
{
background-color: #1F8CBF;
}
</style>
border-color css
<style>
span { border-color: #1F8CBF; }
span { border-color: rgb(31,140,191); }
td.TdClassName
{
border-color: #1F8CBF;
}
.TagClassName
{
border-color: #1F8CBF;
}
</style>