#1E28DF

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

Shades of Persian Blue #1E28DF

Tints of Persian Blue #1E28DF

Color information

#1E28DF (or 0x1E28DF) is unknown color: approx Persian Blue. HEX triplet: 1E, 28 and DF. RGB value is (30,40,223). Sum of RGB (Red+Green+Blue) = 30+40+223=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E28DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E28DF is #E1D720. Grayscale: #393939. Windows color (decimal): -14800673 or 14624798. OLE color: 14624798.

HSL color Cylindrical-coordinate representation of color #1E28DF: hue angle of 236.89º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E28DF is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3040223-
CMYK0.870.8200.13
HSL236.89º76.28%49.61%-
HSV(B)236.89º86.55%87.45%-
XYZ14.617.1270.42-
YUV57.87221.19108.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.24%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 223 (87.5% from 255) = 76.11%
R=10.24%
G=13.65%
B=76.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30402230.870.8200.13236.8976.2849.61
Hex1E28DF57520Ded4c32
Octal365033712712201535511462
Binary11110101000110111111010111101001001101111011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E28DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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