Html Css Color HEX #7391FA Cornflower Blue

📋 copy color: '#7391FA'

red 115 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #7391FA

Tints of Cornflower Blue #7391FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.43%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 22.55%
G = 28.43%
B = 49.02%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7391FA (or 0x7391FA) is known color: Cornflower Blue. HEX triplet: 73, 91 and FA. RGB value is (115,145,250). Sum of RGB (Red+Green+Blue) = 115+145+250=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #7391FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7391FA is #8C6E05. Grayscale: #939393. Windows color (decimal): -9203206 or 16421235. OLE color: 16421235.

HSL color Cylindrical-coordinate representation of color #7391FA: hue angle of 226.67º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7391FA is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 145 250 -
CMYK 0.54 0.42 0 0.02
HSL 226.67º 0.93% 0.72% -
HSV(B) 226.67º 0.54% 0.98% -
XYZ 34.45 30.8 94.57 -
YUV 148 185.56 104.46 -
System Red Green Blue C M Y K H S L
Decimal 115 145 250 0.54 0.42 0 0.02 226.67 0.93 0.72
Hex 73 91 FA 36 2A 0 2 E3 5D 48
Octal 163 221 372 66 52 0 2 343 135 110
Binary 1110011 10010001 11111010 110110 101010 0 10 11100011 1011101 1001000

Color Harmonies of #7391FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7391FA

Black with #7391FA

Text Example


Text Example

White with #7391FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7391FA; }

 p { color: rgb(115,145,250); }

 H1.HeaderClassName
 {
   color: #7391FA;
 }
 .AnyTagClassName
 {
   color: #7391FA;
 }
</style>

background-color css

<style>
 a { background-color: #7391FA; }

 a { background-color: rgb(115,145,250); }

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

border-color css

<style>
 span { border-color: #7391FA; }

 span { border-color: rgb(115,145,250); }

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