Html Css Color HEX #7297FB Cornflower Blue

📋 copy color: '#7297FB'

red 114 ◦ green 151 ◦ blue 251

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

Shades of Cornflower Blue #7297FB

Tints of Cornflower Blue #7297FB

RGB

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

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

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

R = 22.09%
G = 29.26%
B = 48.64%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7297FB (or 0x7297FB) is known color: Cornflower Blue. HEX triplet: 72, 97 and FB. RGB value is (114,151,251). Sum of RGB (Red+Green+Blue) = 114+151+251=516 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.09% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #7297FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7297FB is #8D6804. Grayscale: #969696. Windows color (decimal): -9267205 or 16488306. OLE color: 16488306.

HSL color Cylindrical-coordinate representation of color #7297FB: hue angle of 223.8º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7297FB is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 151 251 -
CMYK 0.55 0.40 0 0.02
HSL 223.8º 0.94% 0.72% -
HSV(B) 223.8º 0.55% 0.98% -
XYZ 35.42 32.68 95.71 -
YUV 151.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 114 151 251 0.55 0.40 0 0.02 223.8 0.94 0.72
Hex 72 97 FB 37 28 0 2 E0 5E 48
Octal 162 227 373 67 50 0 2 340 136 110
Binary 1110010 10010111 11111011 110111 101000 0 10 11100000 1011110 1001000

Color Harmonies of #7297FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7297FB

Black with #7297FB

Text Example


Text Example

White with #7297FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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