#1E2AFF

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

Shades of Blue #1E2AFF

Tints of Blue #1E2AFF

Color information

#1E2AFF (or 0x1E2AFF) is unknown color: approx Blue. HEX triplet: 1E, 2A and FF. RGB value is (30,42,255). Sum of RGB (Red+Green+Blue) = 30+42+255=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E2AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2AFF is #E1D500. Grayscale: #3D3D3D. Windows color (decimal): -14800129 or 16722462. OLE color: 16722462.

HSL color Cylindrical-coordinate representation of color #1E2AFF: hue angle of 236.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E2AFF is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3042255-
CMYK0.880.8400
HSL236.8º100%55.88%-
HSV(B)236.8º88.24%100%-
XYZ19.419.1595.35-
YUV62.69236.52104.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.17%
GREEN value IS 42 (16.80% from 255) = 12.84%
BLUE value IS 255 (100% from 255) = 77.98%
R=9.17%
G=12.84%
B=77.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal30422550.880.8400236.810055.88
Hex1E2AFF585400ed6438
Octal36523771301240035514470
Binary11110101010111111111011000101010000111011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,42,255); }

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

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

 a { background-color: rgb(30,42,255); }

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

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

 span { border-color: rgb(30,42,255); }

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