#1E19EF

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

Shades of Blue #1E19EF

Tints of Blue #1E19EF

Color information

#1E19EF (or 0x1E19EF) is unknown color: approx Blue. HEX triplet: 1E, 19 and EF. RGB value is (30,25,239). Sum of RGB (Red+Green+Blue) = 30+25+239=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E19EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E19EF is #E1E610. Grayscale: #323232. Windows color (decimal): -14804497 or 15669534. OLE color: 15669534.

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

Color convert

RGB3025239-
CMYK0.870.9000.06
HSL241.4º86.99%51.76%-
HSV(B)241.4º89.54%93.73%-
XYZ16.467.282.18-
YUV50.89234.16113.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 239 (93.75% from 255) = 81.29%
R=10.20%
G=8.50%
B=81.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30252390.870.9000.06241.486.9951.76
Hex1E19EF575A06f15734
Octal36313571271320636112764
Binary111101100111101111101011110110100110111100011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E19EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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