#1E8CBF

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

Shades of Pelorous #1E8CBF

Tints of Pelorous #1E8CBF

Color information

#1E8CBF (or 0x1E8CBF) is unknown color: approx Pelorous. HEX triplet: 1E, 8C and BF. RGB value is (30,140,191). Sum of RGB (Red+Green+Blue) = 30+140+191=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E8CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8CBF is #E17340. Grayscale: #707070. Windows color (decimal): -14775105 or 12553246. OLE color: 12553246.

HSL color Cylindrical-coordinate representation of color #1E8CBF: hue angle of 199.01º degrees, saturation: 0.73, 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 #1E8CBF is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB30140191-
CMYK0.840.2700.25
HSL199.01º72.85%43.33%-
HSV(B)199.01º84.29%74.9%-
XYZ19.3222.7952.67-
YUV112.92172.0668.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.31%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 191 (75% from 255) = 52.91%
R=8.31%
G=38.78%
B=52.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301401910.840.2700.25199.0172.8543.33
Hex1E8CBF541B019c7492b
Octal362142771243303130711153
Binary111101000110010111111101010011011011001110001111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,140,191); }

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

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

 a { background-color: rgb(30,140,191); }

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

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

 span { border-color: rgb(30,140,191); }

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