#1F8EB7

Color #1F8EB7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1F8EB7

Tints of Pelorous #1F8EB7

Color information

#1F8EB7 (or 0x1F8EB7) is unknown color: approx Pelorous. HEX triplet: 1F, 8E and B7. RGB value is (31,142,183). Sum of RGB (Red+Green+Blue) = 31+142+183=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #1F8EB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8EB7 is #E07148. Grayscale: #717171. Windows color (decimal): -14709065 or 12029471. OLE color: 12029471.

HSL color Cylindrical-coordinate representation of color #1F8EB7: hue angle of 196.18º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F8EB7 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB31142183-
CMYK0.830.2200.28
HSL196.18º71.03%41.96%-
HSV(B)196.18º83.06%71.76%-
XYZ18.7923.0648.26-
YUV113.49167.2369.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 8.71%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 183 (71.88% from 255) = 51.40%
R=8.71%
G=39.89%
B=51.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal311421830.830.2200.28196.1871.0341.96
Hex1F8EB7531601Cc4472a
Octal372162671232603430410752
Binary111111000111010110111101001110110011100110001001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F8EB7; }

 p { color: rgb(31,142,183); }

 H1.HeaderClassName
 {
   color: #1F8EB7;
 }
 .AnyTagClassName
 {
   color: #1F8EB7;
 }
</style>
background-color css

<style>
 a { background-color: #1F8EB7; }

 a { background-color: rgb(31,142,183); }

 div.DivClassName
 {
   background-color: #1F8EB7;
 }
 .BgClassName
 {
   background-color: #1F8EB7;
 }
</style>
border-color css

<style>
 span { border-color: #1F8EB7; }

 span { border-color: rgb(31,142,183); }

 td.TdClassName
 {
   border-color: #1F8EB7;
 }
 .TagClassName
 {
   border-color: #1F8EB7;
 }
</style>