Html Css Color HEX #1E40EF Persian Blue

📋 copy color: '#1E40EF'

red 30 ◦ green 64 ◦ blue 239

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

Shades of Persian Blue #1E40EF

Tints of Persian Blue #1E40EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 239 (93.75% from 255) = 71.77%

R = 9.01%
G = 19.22%
B = 71.77%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1E40EF (or 0x1E40EF) is known color: Persian Blue. HEX triplet: 1E, 40 and EF. RGB value is (30,64,239). Sum of RGB (Red+Green+Blue) = 30+64+239=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E40EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E40EF is #E1BF10. Grayscale: #494949. Windows color (decimal): -14794513 or 15679518. OLE color: 15679518.

HSL color Cylindrical-coordinate representation of color #1E40EF: hue angle of 230.24º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E40EF is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 64 239 -
CMYK 0.87 0.73 0 0.06
HSL 230.24º 0.87% 0.53% -
HSV(B) 230.24º 0.87% 0.94% -
XYZ 17.95 10.17 82.68 -
YUV 73.78 221.24 96.77 -
System Red Green Blue C M Y K H S L
Decimal 30 64 239 0.87 0.73 0 0.06 230.24 0.87 0.53
Hex 1E 40 EF 57 49 0 6 E6 57 35
Octal 36 100 357 127 111 0 6 346 127 65
Binary 11110 1000000 11101111 1010111 1001001 0 110 11100110 1010111 110101

Color Harmonies of #1E40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E40EF

Black with #1E40EF

Text Example


Text Example

White with #1E40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,64,239); }

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

background-color css

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

 a { background-color: rgb(30,64,239); }

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

border-color css

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

 span { border-color: rgb(30,64,239); }

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