Html Css Color HEX #1E38DA Persian Blue

📋 copy color: '#1E38DA'

red 30 ◦ green 56 ◦ blue 218

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

Shades of Persian Blue #1E38DA

Tints of Persian Blue #1E38DA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

 BLUE value IS 218 (85.55% from 255) = 71.71%

R = 9.87%
G = 18.42%
B = 71.71%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E38DA (or 0x1E38DA) is known color: Persian Blue. HEX triplet: 1E, 38 and DA. RGB value is (30,56,218). Sum of RGB (Red+Green+Blue) = 30+56+218=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E38DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E38DA is #E1C725. Grayscale: #424242. Windows color (decimal): -14796582 or 14301214. OLE color: 14301214.

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

Color convert

RGB 30 56 218 -
CMYK 0.86 0.74 0 0.15
HSL 231.7º 0.76% 0.49% -
HSV(B) 231.7º 0.86% 0.85% -
XYZ 14.6 8.17 67.14 -
YUV 66.69 213.39 101.83 -
System Red Green Blue C M Y K H S L
Decimal 30 56 218 0.86 0.74 0 0.15 231.7 0.76 0.49
Hex 1E 38 DA 56 4A 0 F E8 4C 31
Octal 36 70 332 126 112 0 17 350 114 61
Binary 11110 111000 11011010 1010110 1001010 0 1111 11101000 1001100 110001

Color Harmonies of #1E38DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E38DA

Black with #1E38DA

Text Example


Text Example

White with #1E38DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,56,218); }

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

background-color css

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

 a { background-color: rgb(30,56,218); }

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

border-color css

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

 span { border-color: rgb(30,56,218); }

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