Html Css Color HEX #7380E5 Cornflower Blue

📋 copy color: '#7380E5'

red 115 ◦ green 128 ◦ blue 229

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

Shades of Cornflower Blue #7380E5

Tints of Cornflower Blue #7380E5

RGB

 RED value IS 115 (45.31% from 255) = 24.36%

 GREEN value IS 128 (50.39% from 255) = 27.12%

 BLUE value IS 229 (89.84% from 255) = 48.52%

R = 24.36%
G = 27.12%
B = 48.52%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7380E5 (or 0x7380E5) is known color: Cornflower Blue. HEX triplet: 73, 80 and E5. RGB value is (115,128,229). Sum of RGB (Red+Green+Blue) = 115+128+229=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #7380E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380E5 is #8C7F1A. Grayscale: #878787. Windows color (decimal): -9207579 or 15040627. OLE color: 15040627.

HSL color Cylindrical-coordinate representation of color #7380E5: hue angle of 233.16º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7380E5 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 115 128 229 -
CMYK 0.50 0.44 0 0.10
HSL 233.16º 0.69% 0.67% -
HSV(B) 233.16º 0.5% 0.9% -
XYZ 28.93 24.74 77.38 -
YUV 135.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 115 128 229 0.50 0.44 0 0.10 233.16 0.69 0.67
Hex 73 80 E5 32 2C 0 A E9 45 43
Octal 163 200 345 62 54 0 12 351 105 103
Binary 1110011 10000000 11100101 110010 101100 0 1010 11101001 1000101 1000011

Color Harmonies of #7380E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380E5

Black with #7380E5

Text Example


Text Example

White with #7380E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7380E5; }

 p { color: rgb(115,128,229); }

 H1.HeaderClassName
 {
   color: #7380E5;
 }
 .AnyTagClassName
 {
   color: #7380E5;
 }
</style>

background-color css

<style>
 a { background-color: #7380E5; }

 a { background-color: rgb(115,128,229); }

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

border-color css

<style>
 span { border-color: #7380E5; }

 span { border-color: rgb(115,128,229); }

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