#1E20EF

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

Shades of Blue #1E20EF

Tints of Blue #1E20EF

Color information

#1E20EF (or 0x1E20EF) is unknown color: approx Blue. HEX triplet: 1E, 20 and EF. RGB value is (30,32,239). Sum of RGB (Red+Green+Blue) = 30+32+239=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E20EF is #E1DF10. Grayscale: #363636. Windows color (decimal): -14802705 or 15671326. OLE color: 15671326.

HSL color Cylindrical-coordinate representation of color #1E20EF: hue angle of 239.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E20EF is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3032239-
CMYK0.870.8700.06
HSL239.43º86.72%52.75%-
HSV(B)239.43º87.45%93.73%-
XYZ16.637.5482.24-
YUV55231.84110.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.97%
GREEN value IS 32 (12.89% from 255) = 10.63%
BLUE value IS 239 (93.75% from 255) = 79.40%
R=9.97%
G=10.63%
B=79.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30322390.870.8700.06239.4386.7252.75
Hex1E20EF575706ef5735
Octal36403571271270635712765
Binary1111010000011101111101011110101110110111011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E20EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,32,239); }

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

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

 a { background-color: rgb(30,32,239); }

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

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

 span { border-color: rgb(30,32,239); }

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