#1E1CEE

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

Shades of Blue #1E1CEE

Tints of Blue #1E1CEE

Color information

#1E1CEE (or 0x1E1CEE) is unknown color: approx Blue. HEX triplet: 1E, 1C and EE. RGB value is (30,28,238). Sum of RGB (Red+Green+Blue) = 30+28+238=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 238 (93.36% from 255 or 80.41% from 296); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E1CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E1CEE is #E1E311. Grayscale: #333333. Windows color (decimal): -14803730 or 15604766. OLE color: 15604766.

HSL color Cylindrical-coordinate representation of color #1E1CEE: hue angle of 240.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E1CEE is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3028238-
CMYK0.870.8800.07
HSL240.57º86.07%52.16%-
HSV(B)240.57º88.24%93.33%-
XYZ16.387.2881.43-
YUV52.54232.66111.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 238 (93.36% from 255) = 80.41%
R=10.14%
G=9.46%
B=80.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal30282380.870.8800.07240.5786.0752.16
Hex1E1CEE575807f15634
Octal36343561271300736112664
Binary111101110011101110101011110110000111111100011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,28,238); }

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

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

 a { background-color: rgb(30,28,238); }

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

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

 span { border-color: rgb(30,28,238); }

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