Html Css Color HEX #7297E8 Cornflower Blue

📋 copy color: '#7297E8'

red 114 ◦ green 151 ◦ blue 232

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

Shades of Cornflower Blue #7297E8

Tints of Cornflower Blue #7297E8

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.38%

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

R = 22.94%
G = 30.38%
B = 46.68%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7297E8 (or 0x7297E8) is known color: Cornflower Blue. HEX triplet: 72, 97 and E8. RGB value is (114,151,232). Sum of RGB (Red+Green+Blue) = 114+151+232=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #7297E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7297E8 is #8D6817. Grayscale: #949494. Windows color (decimal): -9267224 or 15243122. OLE color: 15243122.

HSL color Cylindrical-coordinate representation of color #7297E8: hue angle of 221.19º 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 #7297E8 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 151 232 -
CMYK 0.51 0.35 0 0.09
HSL 221.19º 0.72% 0.68% -
HSV(B) 221.19º 0.51% 0.91% -
XYZ 32.57 31.54 80.71 -
YUV 149.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 114 151 232 0.51 0.35 0 0.09 221.19 0.72 0.68
Hex 72 97 E8 33 23 0 9 DD 48 44
Octal 162 227 350 63 43 0 11 335 110 104
Binary 1110010 10010111 11101000 110011 100011 0 1001 11011101 1001000 1000100

Color Harmonies of #7297E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7297E8

Black with #7297E8

Text Example


Text Example

White with #7297E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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