Html Css Color HEX #7291E8 Cornflower Blue

📋 copy color: '#7291E8'

red 114 ◦ green 145 ◦ blue 232

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

Shades of Cornflower Blue #7291E8

Tints of Cornflower Blue #7291E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.25%

R = 23.22%
G = 29.53%
B = 47.25%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7291E8 (or 0x7291E8) is known color: Cornflower Blue. HEX triplet: 72, 91 and E8. RGB value is (114,145,232). Sum of RGB (Red+Green+Blue) = 114+145+232=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #7291E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7291E8 is #8D6E17. Grayscale: #919191. Windows color (decimal): -9268760 or 15241586. OLE color: 15241586.

HSL color Cylindrical-coordinate representation of color #7291E8: hue angle of 224.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7291E8 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 145 232 -
CMYK 0.51 0.38 0 0.09
HSL 224.24º 0.72% 0.68% -
HSV(B) 224.24º 0.51% 0.91% -
XYZ 31.63 29.65 80.4 -
YUV 145.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 114 145 232 0.51 0.38 0 0.09 224.24 0.72 0.68
Hex 72 91 E8 33 26 0 9 E0 48 44
Octal 162 221 350 63 46 0 11 340 110 104
Binary 1110010 10010001 11101000 110011 100110 0 1001 11100000 1001000 1000100

Color Harmonies of #7291E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7291E8

Black with #7291E8

Text Example


Text Example

White with #7291E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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