Html Css Color HEX #1E2AD8 Persian Blue

📋 copy color: '#1E2AD8'

red 30 ◦ green 42 ◦ blue 216

#1E2AD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1E2AD8

Tints of Persian Blue #1E2AD8

RGB

 RED value IS 30 (12.11% from 255) = 10.42%

 GREEN value IS 42 (16.8% from 255) = 14.58%

 BLUE value IS 216 (84.77% from 255) = 75%

R = 10.42%
G = 14.58%
B = 75%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E2AD8 (or 0x1E2AD8) is known color: Persian Blue. HEX triplet: 1E, 2A and D8. RGB value is (30,42,216). Sum of RGB (Red+Green+Blue) = 30+42+216=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 216 (84.77% from 255 or 75% from 288); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E2AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2AD8 is #E1D527. Grayscale: #393939. Windows color (decimal): -14800168 or 14166558. OLE color: 14166558.

HSL color Cylindrical-coordinate representation of color #1E2AD8: hue angle of 236.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E2AD8 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 42 216 -
CMYK 0.86 0.81 0 0.15
HSL 236.13º 0.76% 0.48% -
HSV(B) 236.13º 0.86% 0.85% -
XYZ 13.76 6.89 65.57 -
YUV 58.25 217.02 107.85 -
System Red Green Blue C M Y K H S L
Decimal 30 42 216 0.86 0.81 0 0.15 236.13 0.76 0.48
Hex 1E 2A D8 56 51 0 F EC 4C 30
Octal 36 52 330 126 121 0 17 354 114 60
Binary 11110 101010 11011000 1010110 1010001 0 1111 11101100 1001100 110000

Color Harmonies of #1E2AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2AD8

Black with #1E2AD8

Text Example


Text Example

White with #1E2AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,42,216); }

 H1.HeaderClassName
 {
   color: #1E2AD8;
 }
 .AnyTagClassName
 {
   color: #1E2AD8;
 }
</style>

background-color css

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

 a { background-color: rgb(30,42,216); }

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

border-color css

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

 span { border-color: rgb(30,42,216); }

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