Html Css Color HEX #7491FB Cornflower Blue

📋 copy color: '#7491FB'

red 116 ◦ green 145 ◦ blue 251

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

Shades of Cornflower Blue #7491FB

Tints of Cornflower Blue #7491FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 22.66%
G = 28.32%
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

#7491FB (or 0x7491FB) is known color: Cornflower Blue. HEX triplet: 74, 91 and FB. RGB value is (116,145,251). Sum of RGB (Red+Green+Blue) = 116+145+251=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #7491FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7491FB is #8B6E04. Grayscale: #939393. Windows color (decimal): -9137669 or 16486772. OLE color: 16486772.

HSL color Cylindrical-coordinate representation of color #7491FB: hue angle of 227.11º degrees, saturation: 0.94, 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 #7491FB is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 145 251 -
CMYK 0.54 0.42 0 0.02
HSL 227.11º 0.94% 0.72% -
HSV(B) 227.11º 0.54% 0.98% -
XYZ 34.74 30.93 95.41 -
YUV 148.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 116 145 251 0.54 0.42 0 0.02 227.11 0.94 0.72
Hex 74 91 FB 36 2A 0 2 E3 5E 48
Octal 164 221 373 66 52 0 2 343 136 110
Binary 1110100 10010001 11111011 110110 101010 0 10 11100011 1011110 1001000

Color Harmonies of #7491FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7491FB

Black with #7491FB

Text Example


Text Example

White with #7491FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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