Shades of Pelorous #1F8CCB
Tints of Pelorous #1F8CCB
RGB
CMYK
RGB Variations
Color information
#1F8CCB (or 0x1F8CCB) is known color: Pelorous. HEX triplet: 1F, 8C and CB. RGB value is (31,140,203). Sum of RGB (Red+Green+Blue) = 31+140+203=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F8CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8CCB is #E07334. Grayscale: #727272. Windows color (decimal): -14709557 or 13339679. OLE color: 13339679.
HSL color Cylindrical-coordinate representation of color #1F8CCB: hue angle of 201.98º 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 #1F8CCB is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 140 | 203 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.20 |
| HSL | 201.98º | 0.74% | 0.46% | - |
| HSV(B) | 201.98º | 0.85% | 0.8% | - |
| XYZ | 20.72 | 23.36 | 59.92 | - |
| YUV | 114.59 | 177.89 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 203 | 0.85 | 0.31 | 0 | 0.20 | 201.98 | 0.74 | 0.46 |
| Hex | 1F | 8C | CB | 55 | 1F | 0 | 14 | CA | 4A | 2E |
| Octal | 37 | 214 | 313 | 125 | 37 | 0 | 24 | 312 | 112 | 56 |
| Binary | 11111 | 10001100 | 11001011 | 1010101 | 11111 | 0 | 10100 | 11001010 | 1001010 | 101110 |
Color Harmonies of #1F8CCB
Complementary color
Monochromatic Colors of #1F8CCB
Black with #1F8CCB
Text Example
Text Example
White with #1F8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8CCB; }
p { color: rgb(31,140,203); }
H1.HeaderClassName
{
color: #1F8CCB;
}
.AnyTagClassName
{
color: #1F8CCB;
}
</style>
background-color css
<style>
a { background-color: #1F8CCB; }
a { background-color: rgb(31,140,203); }
div.DivClassName
{
background-color: #1F8CCB;
}
.BgClassName
{
background-color: #1F8CCB;
}
</style>
border-color css
<style>
span { border-color: #1F8CCB; }
span { border-color: rgb(31,140,203); }
td.TdClassName
{
border-color: #1F8CCB;
}
.TagClassName
{
border-color: #1F8CCB;
}
</style>