Html Css Color HEX #7297FF Cornflower Blue

📋 copy color: '#7297FF'

red 114 ◦ green 151 ◦ blue 255

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

Shades of Cornflower Blue #7297FF

Tints of Cornflower Blue #7297FF

RGB

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

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

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

R = 21.92%
G = 29.04%
B = 49.04%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7297FF (or 0x7297FF) is known color: Cornflower Blue. HEX triplet: 72, 97 and FF. RGB value is (114,151,255). Sum of RGB (Red+Green+Blue) = 114+151+255=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7297FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7297FF is #8D6800. Grayscale: #979797. Windows color (decimal): -9267201 or 16750450. OLE color: 16750450.

HSL color Cylindrical-coordinate representation of color #7297FF: hue angle of 224.26º 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 #7297FF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 151 255 -
CMYK 0.55 0.41 0 0
HSL 224.26º 1% 0.72% -
HSV(B) 224.26º 0.55% 1% -
XYZ 36.06 32.93 99.06 -
YUV 151.79 186.24 101.04 -
System Red Green Blue C M Y K H S L
Decimal 114 151 255 0.55 0.41 0 0 224.26 1 0.72
Hex 72 97 FF 37 29 0 0 E0 64 48
Octal 162 227 377 67 51 0 0 340 144 110
Binary 1110010 10010111 11111111 110111 101001 0 0 11100000 1100100 1001000

Color Harmonies of #7297FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7297FF

Black with #7297FF

Text Example


Text Example

White with #7297FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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