Html Css Color HEX #1E42DC Persian Blue

📋 copy color: '#1E42DC'

red 30 ◦ green 66 ◦ blue 220

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

Shades of Persian Blue #1E42DC

Tints of Persian Blue #1E42DC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

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

R = 9.49%
G = 20.89%
B = 69.62%

CMYK

 C value IS 0.86

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E42DC (or 0x1E42DC) is known color: Persian Blue. HEX triplet: 1E, 42 and DC. RGB value is (30,66,220). Sum of RGB (Red+Green+Blue) = 30+66+220=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E42DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E42DC is #E1BD23. Grayscale: #484848. Windows color (decimal): -14794020 or 14434846. OLE color: 14434846.

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

Color convert

RGB 30 66 220 -
CMYK 0.86 0.7 0 0.14
HSL 228.63º 0.76% 0.49% -
HSV(B) 228.63º 0.86% 0.86% -
XYZ 15.4 9.34 68.7 -
YUV 72.79 211.07 97.48 -
System Red Green Blue C M Y K H S L
Decimal 30 66 220 0.86 0.7 0 0.14 228.63 0.76 0.49
Hex 1E 42 DC 56 46 0 E E5 4C 31
Octal 36 102 334 126 106 0 16 345 114 61
Binary 11110 1000010 11011100 1010110 1000110 0 1110 11100101 1001100 110001

Color Harmonies of #1E42DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E42DC

Black with #1E42DC

Text Example


Text Example

White with #1E42DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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