#1E90BD

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

Shades of Pelorous #1E90BD

Tints of Pelorous #1E90BD

Color information

#1E90BD (or 0x1E90BD) is unknown color: approx Pelorous. HEX triplet: 1E, 90 and BD. RGB value is (30,144,189). Sum of RGB (Red+Green+Blue) = 30+144+189=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E90BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E90BD is #E16F42. Grayscale: #727272. Windows color (decimal): -14774083 or 12423198. OLE color: 12423198.

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

Color convert

RGB30144189-
CMYK0.840.2400.26
HSL196.98º72.6%42.94%-
HSV(B)196.98º84.13%74.12%-
XYZ19.6923.951.72-
YUV115.04169.7367.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.26%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=8.26%
G=39.67%
B=52.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301441890.840.2400.26196.9872.642.94
Hex1E90BD541801Ac5492b
Octal362202751243003230511153
Binary111101001000010111101101010011000011010110001011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,144,189); }

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

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

 a { background-color: rgb(30,144,189); }

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

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

 span { border-color: rgb(30,144,189); }

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