Html Css Color HEX #1E28EC Persian Blue

📋 copy color: '#1E28EC'

red 30 ◦ green 40 ◦ blue 236

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

Shades of Persian Blue #1E28EC

Tints of Persian Blue #1E28EC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 236 (92.58% from 255) = 77.12%

R = 9.8%
G = 13.07%
B = 77.12%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1E28EC (or 0x1E28EC) is known color: Persian Blue. HEX triplet: 1E, 28 and EC. RGB value is (30,40,236). Sum of RGB (Red+Green+Blue) = 30+40+236=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E28EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E28EC is #E1D713. Grayscale: #3A3A3A. Windows color (decimal): -14800660 or 15476766. OLE color: 15476766.

HSL color Cylindrical-coordinate representation of color #1E28EC: hue angle of 237.09º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E28EC is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 40 236 -
CMYK 0.87 0.83 0 0.07
HSL 237.09º 0.84% 0.52% -
HSV(B) 237.09º 0.87% 0.93% -
XYZ 16.43 7.85 80.01 -
YUV 59.35 227.69 107.06 -
System Red Green Blue C M Y K H S L
Decimal 30 40 236 0.87 0.83 0 0.07 237.09 0.84 0.52
Hex 1E 28 EC 57 53 0 7 ED 54 34
Octal 36 50 354 127 123 0 7 355 124 64
Binary 11110 101000 11101100 1010111 1010011 0 111 11101101 1010100 110100

Color Harmonies of #1E28EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E28EC

Black with #1E28EC

Text Example


Text Example

White with #1E28EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,40,236); }

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

background-color css

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

 a { background-color: rgb(30,40,236); }

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

border-color css

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

 span { border-color: rgb(30,40,236); }

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