#1E28ED

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

Shades of Blue #1E28ED

Tints of Blue #1E28ED

Color information

#1E28ED (or 0x1E28ED) is unknown color: approx Blue. HEX triplet: 1E, 28 and ED. RGB value is (30,40,237). Sum of RGB (Red+Green+Blue) = 30+40+237=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #1E28ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E28ED is #E1D712. Grayscale: #3A3A3A. Windows color (decimal): -14800659 or 15542302. OLE color: 15542302.

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

Color convert

RGB3040237-
CMYK0.870.8300.07
HSL237.1º85.19%52.35%-
HSV(B)237.1º87.34%92.94%-
XYZ16.587.9180.77-
YUV59.47228.19106.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 237 (92.97% from 255) = 77.20%
R=9.77%
G=13.03%
B=77.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal30402370.870.8300.07237.185.1952.35
Hex1E28ED575307ed5534
Octal36503551271230735512564
Binary1111010100011101101101011110100110111111011011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E28ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,40,237); }

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

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

 a { background-color: rgb(30,40,237); }

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

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

 span { border-color: rgb(30,40,237); }

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