Shades of Pelorous #1F8CCC
Tints of Pelorous #1F8CCC
RGB
CMYK
RGB Variations
Color information
#1F8CCC (or 0x1F8CCC) is known color: Pelorous. HEX triplet: 1F, 8C and CC. RGB value is (31,140,204). Sum of RGB (Red+Green+Blue) = 31+140+204=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F8CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8CCC is #E07333. Grayscale: #727272. Windows color (decimal): -14709556 or 13405215. OLE color: 13405215.
HSL color Cylindrical-coordinate representation of color #1F8CCC: hue angle of 202.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F8CCC is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 140 | 204 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.2 |
| HSL | 202.2º | 0.74% | 0.46% | - |
| HSV(B) | 202.2º | 0.85% | 0.8% | - |
| XYZ | 20.84 | 23.41 | 60.55 | - |
| YUV | 114.71 | 178.39 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 204 | 0.85 | 0.31 | 0 | 0.2 | 202.2 | 0.74 | 0.46 |
| Hex | 1F | 8C | CC | 55 | 1F | 0 | 14 | CA | 4A | 2E |
| Octal | 37 | 214 | 314 | 125 | 37 | 0 | 24 | 312 | 112 | 56 |
| Binary | 11111 | 10001100 | 11001100 | 1010101 | 11111 | 0 | 10100 | 11001010 | 1001010 | 101110 |
Color Harmonies of #1F8CCC
Complementary color
Monochromatic Colors of #1F8CCC
Black with #1F8CCC
Text Example
Text Example
White with #1F8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8CCC; }
p { color: rgb(31,140,204); }
H1.HeaderClassName
{
color: #1F8CCC;
}
.AnyTagClassName
{
color: #1F8CCC;
}
</style>
background-color css
<style>
a { background-color: #1F8CCC; }
a { background-color: rgb(31,140,204); }
div.DivClassName
{
background-color: #1F8CCC;
}
.BgClassName
{
background-color: #1F8CCC;
}
</style>
border-color css
<style>
span { border-color: #1F8CCC; }
span { border-color: rgb(31,140,204); }
td.TdClassName
{
border-color: #1F8CCC;
}
.TagClassName
{
border-color: #1F8CCC;
}
</style>