#1E26DD

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

Shades of Persian Blue #1E26DD

Tints of Persian Blue #1E26DD

Color information

#1E26DD (or 0x1E26DD) is unknown color: approx Persian Blue. HEX triplet: 1E, 26 and DD. RGB value is (30,38,221). Sum of RGB (Red+Green+Blue) = 30+38+221=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E26DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E26DD is #E1D922. Grayscale: #373737. Windows color (decimal): -14801187 or 14493214. OLE color: 14493214.

HSL color Cylindrical-coordinate representation of color #1E26DD: hue angle of 237.49º 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 #1E26DD is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3038221-
CMYK0.860.8300.13
HSL237.49º76.1%49.22%-
HSV(B)237.49º86.43%86.67%-
XYZ14.286.8868.98-
YUV56.47220.85109.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 221 (86.72% from 255) = 76.47%
R=10.38%
G=13.15%
B=76.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30382210.860.8300.13237.4976.149.22
Hex1E26DD56530Ded4c31
Octal364633512612301535511461
Binary11110100110110111011010110101001101101111011011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E26DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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