Html Css Color HEX #7491FE Cornflower Blue

📋 copy color: '#7491FE'

red 116 ◦ green 145 ◦ blue 254

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

Shades of Cornflower Blue #7491FE

Tints of Cornflower Blue #7491FE

RGB

 RED value IS 116 (45.7% from 255) = 22.52%

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 22.52%
G = 28.16%
B = 49.32%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7491FE (or 0x7491FE) is known color: Cornflower Blue. HEX triplet: 74, 91 and FE. RGB value is (116,145,254). Sum of RGB (Red+Green+Blue) = 116+145+254=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #7491FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7491FE is #8B6E01. Grayscale: #949494. Windows color (decimal): -9137666 or 16683380. OLE color: 16683380.

HSL color Cylindrical-coordinate representation of color #7491FE: hue angle of 227.39º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7491FE is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 145 254 -
CMYK 0.54 0.43 0 0.00
HSL 227.39º 0.99% 0.73% -
HSV(B) 227.39º 0.54% 1% -
XYZ 35.22 31.12 97.92 -
YUV 148.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 116 145 254 0.54 0.43 0 0.00 227.39 0.99 0.73
Hex 74 91 FE 36 2B 0 0 E3 63 49
Octal 164 221 376 66 53 0 0 343 143 111
Binary 1110100 10010001 11111110 110110 101011 0 0 11100011 1100011 1001001

Color Harmonies of #7491FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7491FE

Black with #7491FE

Text Example


Text Example

White with #7491FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7491FE; }

 p { color: rgb(116,145,254); }

 H1.HeaderClassName
 {
   color: #7491FE;
 }
 .AnyTagClassName
 {
   color: #7491FE;
 }
</style>

background-color css

<style>
 a { background-color: #7491FE; }

 a { background-color: rgb(116,145,254); }

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

border-color css

<style>
 span { border-color: #7491FE; }

 span { border-color: rgb(116,145,254); }

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