Shades of Pelorous #1F89CB
Tints of Pelorous #1F89CB
RGB
CMYK
RGB Variations
Color information
#1F89CB (or 0x1F89CB) is known color: Pelorous. HEX triplet: 1F, 89 and CB. RGB value is (31,137,203). Sum of RGB (Red+Green+Blue) = 31+137+203=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F89CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F89CB is #E07634. Grayscale: #707070. Windows color (decimal): -14710325 or 13338911. OLE color: 13338911.
HSL color Cylindrical-coordinate representation of color #1F89CB: hue angle of 203.02º 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 #1F89CB is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 137 | 203 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.20 |
| HSL | 203.02º | 0.74% | 0.46% | - |
| HSV(B) | 203.02º | 0.85% | 0.8% | - |
| XYZ | 20.29 | 22.49 | 59.77 | - |
| YUV | 112.83 | 178.88 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 203 | 0.85 | 0.33 | 0 | 0.20 | 203.02 | 0.74 | 0.46 |
| Hex | 1F | 89 | CB | 55 | 21 | 0 | 14 | CB | 4A | 2E |
| Octal | 37 | 211 | 313 | 125 | 41 | 0 | 24 | 313 | 112 | 56 |
| Binary | 11111 | 10001001 | 11001011 | 1010101 | 100001 | 0 | 10100 | 11001011 | 1001010 | 101110 |
Color Harmonies of #1F89CB
Complementary color
Monochromatic Colors of #1F89CB
Black with #1F89CB
Text Example
Text Example
White with #1F89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F89CB; }
p { color: rgb(31,137,203); }
H1.HeaderClassName
{
color: #1F89CB;
}
.AnyTagClassName
{
color: #1F89CB;
}
</style>
background-color css
<style>
a { background-color: #1F89CB; }
a { background-color: rgb(31,137,203); }
div.DivClassName
{
background-color: #1F89CB;
}
.BgClassName
{
background-color: #1F89CB;
}
</style>
border-color css
<style>
span { border-color: #1F89CB; }
span { border-color: rgb(31,137,203); }
td.TdClassName
{
border-color: #1F89CB;
}
.TagClassName
{
border-color: #1F89CB;
}
</style>