#1E43DD

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

Shades of Persian Blue #1E43DD

Tints of Persian Blue #1E43DD

Color information

#1E43DD (or 0x1E43DD) is unknown color: approx Persian Blue. HEX triplet: 1E, 43 and DD. RGB value is (30,67,221). Sum of RGB (Red+Green+Blue) = 30+67+221=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E43DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E43DD is #E1BC22. Grayscale: #484848. Windows color (decimal): -14793763 or 14500638. OLE color: 14500638.

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

Color convert

RGB3067221-
CMYK0.860.7000.13
HSL228.38º76.1%49.22%-
HSV(B)228.38º86.43%86.67%-
XYZ15.599.5169.42-
YUV73.49211.2496.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.43%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 221 (86.72% from 255) = 69.50%
R=9.43%
G=21.07%
B=69.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30672210.860.7000.13228.3876.149.22
Hex1E43DD56460De44c31
Octal3610333512610601534411461
Binary111101000011110111011010110100011001101111001001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E43DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,67,221); }

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

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

 a { background-color: rgb(30,67,221); }

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

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

 span { border-color: rgb(30,67,221); }

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