Html Css Color HEX #7291FF Cornflower Blue

📋 copy color: '#7291FF'

red 114 ◦ green 145 ◦ blue 255

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

Shades of Cornflower Blue #7291FF

Tints of Cornflower Blue #7291FF

RGB

 RED value IS 114 (44.92% from 255) = 22.18%

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 22.18%
G = 28.21%
B = 49.61%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7291FF (or 0x7291FF) is known color: Cornflower Blue. HEX triplet: 72, 91 and FF. RGB value is (114,145,255). Sum of RGB (Red+Green+Blue) = 114+145+255=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #7291FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7291FF is #8D6E00. Grayscale: #939393. Windows color (decimal): -9268737 or 16748914. OLE color: 16748914.

HSL color Cylindrical-coordinate representation of color #7291FF: hue angle of 226.81º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7291FF is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 145 255 -
CMYK 0.55 0.43 0 0
HSL 226.81º 1% 0.72% -
HSV(B) 226.81º 0.55% 1% -
XYZ 35.11 31.05 98.75 -
YUV 148.27 188.23 103.56 -
System Red Green Blue C M Y K H S L
Decimal 114 145 255 0.55 0.43 0 0 226.81 1 0.72
Hex 72 91 FF 37 2B 0 0 E3 64 48
Octal 162 221 377 67 53 0 0 343 144 110
Binary 1110010 10010001 11111111 110111 101011 0 0 11100011 1100100 1001000

Color Harmonies of #7291FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7291FF

Black with #7291FF

Text Example


Text Example

White with #7291FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7291FF; }

 p { color: rgb(114,145,255); }

 H1.HeaderClassName
 {
   color: #7291FF;
 }
 .AnyTagClassName
 {
   color: #7291FF;
 }
</style>

background-color css

<style>
 a { background-color: #7291FF; }

 a { background-color: rgb(114,145,255); }

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

border-color css

<style>
 span { border-color: #7291FF; }

 span { border-color: rgb(114,145,255); }

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