#1E94CB

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

Shades of Pelorous #1E94CB

Tints of Pelorous #1E94CB

Color information

#1E94CB (or 0x1E94CB) is unknown color: approx Pelorous. HEX triplet: 1E, 94 and CB. RGB value is (30,148,203). Sum of RGB (Red+Green+Blue) = 30+148+203=381 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.87% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E94CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E94CB is #E16B34. Grayscale: #767676. Windows color (decimal): -14773045 or 13341726. OLE color: 13341726.

HSL color Cylindrical-coordinate representation of color #1E94CB: hue angle of 199.08º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E94CB is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB30148203-
CMYK0.850.2700.20
HSL199.08º74.25%45.69%-
HSV(B)199.08º85.22%79.61%-
XYZ21.925.7760.32-
YUV118.99175.4164.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.87%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 203 (79.69% from 255) = 53.28%
R=7.87%
G=38.85%
B=53.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal301482030.850.2700.20199.0874.2545.69
Hex1E94CB551B014c74a2e
Octal362243131253302430711256
Binary111101001010011001011101010111011010100110001111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,148,203); }

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

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

 a { background-color: rgb(30,148,203); }

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

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

 span { border-color: rgb(30,148,203); }

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