Html Css Color HEX #1E35DF Persian Blue

📋 copy color: '#1E35DF'

red 30 ◦ green 53 ◦ blue 223

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

Shades of Persian Blue #1E35DF

Tints of Persian Blue #1E35DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 223 (87.5% from 255) = 72.88%

R = 9.8%
G = 17.32%
B = 72.88%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E35DF (or 0x1E35DF) is known color: Persian Blue. HEX triplet: 1E, 35 and DF. RGB value is (30,53,223). Sum of RGB (Red+Green+Blue) = 30+53+223=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E35DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E35DF is #E1CA20. Grayscale: #404040. Windows color (decimal): -14797345 or 14628126. OLE color: 14628126.

HSL color Cylindrical-coordinate representation of color #1E35DF: hue angle of 232.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E35DF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 53 223 -
CMYK 0.87 0.76 0 0.13
HSL 232.85º 0.76% 0.5% -
HSV(B) 232.85º 0.87% 0.87% -
XYZ 15.13 8.15 70.59 -
YUV 65.5 216.88 102.68 -
System Red Green Blue C M Y K H S L
Decimal 30 53 223 0.87 0.76 0 0.13 232.85 0.76 0.5
Hex 1E 35 DF 57 4C 0 D E9 4C 32
Octal 36 65 337 127 114 0 15 351 114 62
Binary 11110 110101 11011111 1010111 1001100 0 1101 11101001 1001100 110010

Color Harmonies of #1E35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E35DF

Black with #1E35DF

Text Example


Text Example

White with #1E35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,223); }

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

background-color css

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

 a { background-color: rgb(30,53,223); }

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

border-color css

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

 span { border-color: rgb(30,53,223); }

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