Html Css Color HEX #1E3ACF Persian Blue

📋 copy color: '#1E3ACF'

red 30 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #1E3ACF

Tints of Persian Blue #1E3ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

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

R = 10.17%
G = 19.66%
B = 70.17%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E3ACF (or 0x1E3ACF) is known color: Persian Blue. HEX triplet: 1E, 3A and CF. RGB value is (30,58,207). Sum of RGB (Red+Green+Blue) = 30+58+207=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E3ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E3ACF is #E1C530. Grayscale: #414141. Windows color (decimal): -14796081 or 13580830. OLE color: 13580830.

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

Color convert

RGB 30 58 207 -
CMYK 0.86 0.72 0 0.19
HSL 230.51º 0.75% 0.46% -
HSV(B) 230.51º 0.86% 0.81% -
XYZ 13.31 7.81 59.84 -
YUV 66.61 207.22 101.88 -
System Red Green Blue C M Y K H S L
Decimal 30 58 207 0.86 0.72 0 0.19 230.51 0.75 0.46
Hex 1E 3A CF 56 48 0 13 E7 4B 2E
Octal 36 72 317 126 110 0 23 347 113 56
Binary 11110 111010 11001111 1010110 1001000 0 10011 11100111 1001011 101110

Color Harmonies of #1E3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3ACF

Black with #1E3ACF

Text Example


Text Example

White with #1E3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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