#1E86BF

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

Shades of Pelorous #1E86BF

Tints of Pelorous #1E86BF

Color information

#1E86BF (or 0x1E86BF) is unknown color: approx Pelorous. HEX triplet: 1E, 86 and BF. RGB value is (30,134,191). Sum of RGB (Red+Green+Blue) = 30+134+191=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E86BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E86BF is #E17940. Grayscale: #6D6D6D. Windows color (decimal): -14776641 or 12551710. OLE color: 12551710.

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

Color convert

RGB30134191-
CMYK0.840.3000.25
HSL201.24º72.85%43.33%-
HSV(B)201.24º84.29%74.9%-
XYZ18.4621.0952.39-
YUV109.4174.0471.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.45%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 191 (75% from 255) = 53.80%
R=8.45%
G=37.75%
B=53.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301341910.840.3000.25201.2472.8543.33
Hex1E86BF541E019c9492b
Octal362062771243603131111153
Binary111101000011010111111101010011110011001110010011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E86BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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