#1C1EEE

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

Shades of Blue #1C1EEE

Tints of Blue #1C1EEE

Color information

#1C1EEE (or 0x1C1EEE) is unknown color: approx Blue. HEX triplet: 1C, 1E and EE. RGB value is (28,30,238). Sum of RGB (Red+Green+Blue) = 28+30+238=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 30 (12.11% from 255 or 10.14% 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 #1C1EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C1EEE is #E3E111. Grayscale: #343434. Windows color (decimal): -14934290 or 15605276. OLE color: 15605276.

HSL color Cylindrical-coordinate representation of color #1C1EEE: hue angle of 239.43º 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 #1C1EEE is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2830238-
CMYK0.880.8700.07
HSL239.43º86.07%52.16%-
HSV(B)239.43º88.24%93.33%-
XYZ16.387.3581.44-
YUV53.11232.34110.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal28302380.880.8700.07239.4386.0752.16
Hex1C1EEE585707ef5634
Octal34363561301270735712664
Binary111001111011101110101100010101110111111011111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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