Shades of Pelorous #1F9CCF
Tints of Pelorous #1F9CCF
RGB
CMYK
RGB Variations
Color information
#1F9CCF (or 0x1F9CCF) is known color: Pelorous. HEX triplet: 1F, 9C and CF. RGB value is (31,156,207). Sum of RGB (Red+Green+Blue) = 31+156+207=394 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.87% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F9CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9CCF is #E06330. Grayscale: #7C7C7C. Windows color (decimal): -14705457 or 13605919. OLE color: 13605919.
HSL color Cylindrical-coordinate representation of color #1F9CCF: hue angle of 197.39º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F9CCF is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 156 | 207 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.19 |
| HSL | 197.39º | 0.74% | 0.47% | - |
| HSV(B) | 197.39º | 0.85% | 0.81% | - |
| XYZ | 23.72 | 28.57 | 63.3 | - |
| YUV | 124.44 | 174.59 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 207 | 0.85 | 0.25 | 0 | 0.19 | 197.39 | 0.74 | 0.47 |
| Hex | 1F | 9C | CF | 55 | 19 | 0 | 13 | C5 | 4A | 2F |
| Octal | 37 | 234 | 317 | 125 | 31 | 0 | 23 | 305 | 112 | 57 |
| Binary | 11111 | 10011100 | 11001111 | 1010101 | 11001 | 0 | 10011 | 11000101 | 1001010 | 101111 |
Color Harmonies of #1F9CCF
Complementary color
Monochromatic Colors of #1F9CCF
Black with #1F9CCF
Text Example
Text Example
White with #1F9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9CCF; }
p { color: rgb(31,156,207); }
H1.HeaderClassName
{
color: #1F9CCF;
}
.AnyTagClassName
{
color: #1F9CCF;
}
</style>
background-color css
<style>
a { background-color: #1F9CCF; }
a { background-color: rgb(31,156,207); }
div.DivClassName
{
background-color: #1F9CCF;
}
.BgClassName
{
background-color: #1F9CCF;
}
</style>
border-color css
<style>
span { border-color: #1F9CCF; }
span { border-color: rgb(31,156,207); }
td.TdClassName
{
border-color: #1F9CCF;
}
.TagClassName
{
border-color: #1F9CCF;
}
</style>