Html Css Color HEX #1E41CF Persian Blue

📋 copy color: '#1E41CF'

red 30 ◦ green 65 ◦ blue 207

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

Shades of Persian Blue #1E41CF

Tints of Persian Blue #1E41CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 9.93%
G = 21.52%
B = 68.54%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E41CF (or 0x1E41CF) is known color: Persian Blue. HEX triplet: 1E, 41 and CF. RGB value is (30,65,207). Sum of RGB (Red+Green+Blue) = 30+65+207=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E41CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E41CF is #E1BE30. Grayscale: #464646. Windows color (decimal): -14794289 or 13582622. OLE color: 13582622.

HSL color Cylindrical-coordinate representation of color #1E41CF: hue angle of 228.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E41CF is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 65 207 -
CMYK 0.86 0.69 0 0.19
HSL 228.14º 0.75% 0.46% -
HSV(B) 228.14º 0.86% 0.81% -
XYZ 13.69 8.56 59.96 -
YUV 70.72 204.9 98.95 -
System Red Green Blue C M Y K H S L
Decimal 30 65 207 0.86 0.69 0 0.19 228.14 0.75 0.46
Hex 1E 41 CF 56 45 0 13 E4 4B 2E
Octal 36 101 317 126 105 0 23 344 113 56
Binary 11110 1000001 11001111 1010110 1000101 0 10011 11100100 1001011 101110

Color Harmonies of #1E41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E41CF

Black with #1E41CF

Text Example


Text Example

White with #1E41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,65,207); }

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

background-color css

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

 a { background-color: rgb(30,65,207); }

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

border-color css

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

 span { border-color: rgb(30,65,207); }

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