Html Css Color HEX #1E30D7 Persian Blue

📋 copy color: '#1E30D7'

red 30 ◦ green 48 ◦ blue 215

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

Shades of Persian Blue #1E30D7

Tints of Persian Blue #1E30D7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

 BLUE value IS 215 (84.38% from 255) = 73.38%

R = 10.24%
G = 16.38%
B = 73.38%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1E30D7 (or 0x1E30D7) is known color: Persian Blue. HEX triplet: 1E, 30 and D7. RGB value is (30,48,215). Sum of RGB (Red+Green+Blue) = 30+48+215=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 215 (84.38% from 255 or 73.38% from 293); Max value from RGB is 215 - color contains mainly: blue. Hex color #1E30D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E30D7 is #E1CF28. Grayscale: #3C3C3C. Windows color (decimal): -14798633 or 14102558. OLE color: 14102558.

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

Color convert

RGB 30 48 215 -
CMYK 0.86 0.78 0 0.16
HSL 234.16º 0.76% 0.48% -
HSV(B) 234.16º 0.86% 0.84% -
XYZ 13.86 7.3 64.97 -
YUV 61.66 214.54 105.42 -
System Red Green Blue C M Y K H S L
Decimal 30 48 215 0.86 0.78 0 0.16 234.16 0.76 0.48
Hex 1E 30 D7 56 4E 0 10 EA 4C 30
Octal 36 60 327 126 116 0 20 352 114 60
Binary 11110 110000 11010111 1010110 1001110 0 10000 11101010 1001100 110000

Color Harmonies of #1E30D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E30D7

Black with #1E30D7

Text Example


Text Example

White with #1E30D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,48,215); }

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

background-color css

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

 a { background-color: rgb(30,48,215); }

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

border-color css

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

 span { border-color: rgb(30,48,215); }

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