#1E8BBA

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

Shades of Pelorous #1E8BBA

Tints of Pelorous #1E8BBA

Color information

#1E8BBA (or 0x1E8BBA) is unknown color: approx Pelorous. HEX triplet: 1E, 8B and BA. RGB value is (30,139,186). Sum of RGB (Red+Green+Blue) = 30+139+186=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E8BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8BBA is #E17445. Grayscale: #6F6F6F. Windows color (decimal): -14775366 or 12225310. OLE color: 12225310.

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

Color convert

RGB30139186-
CMYK0.840.2500.27
HSL198.08º72.22%42.35%-
HSV(B)198.08º83.87%72.94%-
XYZ18.6322.2949.77-
YUV111.77169.8969.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.45%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=8.45%
G=39.15%
B=52.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301391860.840.2500.27198.0872.2242.35
Hex1E8BBA541901Bc6482a
Octal362132721243103330611052
Binary111101000101110111010101010011001011011110001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,139,186); }

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

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

 a { background-color: rgb(30,139,186); }

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

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

 span { border-color: rgb(30,139,186); }

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