#1E90CA

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

Shades of Pelorous #1E90CA

Tints of Pelorous #1E90CA

Color information

#1E90CA (or 0x1E90CA) is unknown color: approx Pelorous. HEX triplet: 1E, 90 and CA. RGB value is (30,144,202). Sum of RGB (Red+Green+Blue) = 30+144+202=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E90CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E90CA is #E16F35. Grayscale: #747474. Windows color (decimal): -14774070 or 13275166. OLE color: 13275166.

HSL color Cylindrical-coordinate representation of color #1E90CA: hue angle of 200.23º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E90CA is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB30144202-
CMYK0.850.2900.21
HSL200.23º74.14%45.49%-
HSV(B)200.23º85.15%79.22%-
XYZ21.1724.4959.49-
YUV116.53176.2366.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.98%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=7.98%
G=38.30%
B=53.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal301442020.850.2900.21200.2374.1445.49
Hex1E90CA551D015c84a2d
Octal362203121253502531011255
Binary111101001000011001010101010111101010101110010001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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