Html Css Color HEX #1E30DC Persian Blue

📋 copy color: '#1E30DC'

red 30 ◦ green 48 ◦ blue 220

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

Shades of Persian Blue #1E30DC

Tints of Persian Blue #1E30DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.83%

R = 10.07%
G = 16.11%
B = 73.83%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E30DC (or 0x1E30DC) is known color: Persian Blue. HEX triplet: 1E, 30 and DC. RGB value is (30,48,220). Sum of RGB (Red+Green+Blue) = 30+48+220=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E30DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E30DC is #E1CF23. Grayscale: #3D3D3D. Windows color (decimal): -14798628 or 14430238. OLE color: 14430238.

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

Color convert

RGB 30 48 220 -
CMYK 0.86 0.78 0 0.14
HSL 234.32º 0.76% 0.49% -
HSV(B) 234.32º 0.86% 0.86% -
XYZ 14.51 7.56 68.4 -
YUV 62.23 217.04 105.01 -
System Red Green Blue C M Y K H S L
Decimal 30 48 220 0.86 0.78 0 0.14 234.32 0.76 0.49
Hex 1E 30 DC 56 4E 0 E EA 4C 31
Octal 36 60 334 126 116 0 16 352 114 61
Binary 11110 110000 11011100 1010110 1001110 0 1110 11101010 1001100 110001

Color Harmonies of #1E30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E30DC

Black with #1E30DC

Text Example


Text Example

White with #1E30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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