Shades of Pelorous #1F85BE
Tints of Pelorous #1F85BE
RGB
CMYK
RGB Variations
Color information
#1F85BE (or 0x1F85BE) is known color: Pelorous. HEX triplet: 1F, 85 and BE. RGB value is (31,133,190). Sum of RGB (Red+Green+Blue) = 31+133+190=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F85BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F85BE is #E07A41. Grayscale: #6C6C6C. Windows color (decimal): -14711362 or 12485919. OLE color: 12485919.
HSL color Cylindrical-coordinate representation of color #1F85BE: hue angle of 201.51º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F85BE is Cyan = 0.84, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 133 | 190 | - |
| CMYK | 0.84 | 0.3 | 0 | 0.25 |
| HSL | 201.51º | 0.72% | 0.43% | - |
| HSV(B) | 201.51º | 0.84% | 0.75% | - |
| XYZ | 18.25 | 20.78 | 51.77 | - |
| YUV | 109 | 173.71 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 190 | 0.84 | 0.3 | 0 | 0.25 | 201.51 | 0.72 | 0.43 |
| Hex | 1F | 85 | BE | 54 | 1E | 0 | 19 | CA | 48 | 2B |
| Octal | 37 | 205 | 276 | 124 | 36 | 0 | 31 | 312 | 110 | 53 |
| Binary | 11111 | 10000101 | 10111110 | 1010100 | 11110 | 0 | 11001 | 11001010 | 1001000 | 101011 |
Color Harmonies of #1F85BE
Complementary color
Monochromatic Colors of #1F85BE
Black with #1F85BE
Text Example
Text Example
White with #1F85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F85BE; }
p { color: rgb(31,133,190); }
H1.HeaderClassName
{
color: #1F85BE;
}
.AnyTagClassName
{
color: #1F85BE;
}
</style>
background-color css
<style>
a { background-color: #1F85BE; }
a { background-color: rgb(31,133,190); }
div.DivClassName
{
background-color: #1F85BE;
}
.BgClassName
{
background-color: #1F85BE;
}
</style>
border-color css
<style>
span { border-color: #1F85BE; }
span { border-color: rgb(31,133,190); }
td.TdClassName
{
border-color: #1F85BE;
}
.TagClassName
{
border-color: #1F85BE;
}
</style>