#1f8ec7

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

Shades of Pelorous #1F8EC7

Tints of Pelorous #1F8EC7

Color information

#1F8EC7 (or 0x1F8EC7) is unknown color: approx Pelorous. HEX triplet: 1F, 8E and C7. RGB value is (31,142,199). Sum of RGB (Red+Green+Blue) = 31+142+199=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 199 (78.12% from 255 or 53.49% from 372); Max value from RGB is 199 - color contains mainly: blue. Hex color #1F8EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8EC7 is #E07138. Grayscale: #727272. Windows color (decimal): -14709049 or 13078047. OLE color: 13078047.

HSL color Cylindrical-coordinate representation of color #1F8EC7: hue angle of 200.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F8EC7 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31142199-
CMYK0.840.2900.22
HSL200.36º73.04%45.1%-
HSV(B)200.36º84.42%78.04%-
XYZ20.5523.7657.54-
YUV115.31175.2367.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.33%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 199 (78.12% from 255) = 53.49%
R=8.33%
G=38.17%
B=53.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311421990.840.2900.22200.3673.0445.1
Hex1F8EC7541D016c8492d
Octal372163071243502631011155
Binary111111000111011000111101010011101010110110010001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f8ec7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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