#1e84bb

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

Shades of Pelorous #1E84BB

Tints of Pelorous #1E84BB

Color information

#1E84BB (or 0x1E84BB) is unknown color: approx Pelorous. HEX triplet: 1E, 84 and BB. RGB value is (30,132,187). Sum of RGB (Red+Green+Blue) = 30+132+187=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E84BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E84BB is #E17B44. Grayscale: #6B6B6B. Windows color (decimal): -14777157 or 12289054. OLE color: 12289054.

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

Color convert

RGB30132187-
CMYK0.840.2900.27
HSL201.02º72.35%42.55%-
HSV(B)201.02º83.96%73.33%-
XYZ17.7620.3750.01-
YUV107.77172.7172.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.60%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 187 (73.44% from 255) = 53.58%
R=8.60%
G=37.82%
B=53.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301321870.840.2900.27201.0272.3542.55
Hex1E84BB541D01Bc9482b
Octal362042731243503331111053
Binary111101000010010111011101010011101011011110010011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e84bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,132,187); }

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

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

 a { background-color: rgb(30,132,187); }

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

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

 span { border-color: rgb(30,132,187); }

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