Html Css Color HEX #7296FA Cornflower Blue

📋 copy color: '#7296FA'

red 114 ◦ green 150 ◦ blue 250

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

Shades of Cornflower Blue #7296FA

Tints of Cornflower Blue #7296FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 22.18%
G = 29.18%
B = 48.64%

CMYK

 C value IS 0.54

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7296FA (or 0x7296FA) is known color: Cornflower Blue. HEX triplet: 72, 96 and FA. RGB value is (114,150,250). Sum of RGB (Red+Green+Blue) = 114+150+250=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #7296FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7296FA is #8D6905. Grayscale: #969696. Windows color (decimal): -9267462 or 16422514. OLE color: 16422514.

HSL color Cylindrical-coordinate representation of color #7296FA: hue angle of 224.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7296FA is Cyan = 0.54, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 150 250 -
CMYK 0.54 0.4 0 0.02
HSL 224.12º 0.93% 0.71% -
HSV(B) 224.12º 0.54% 0.98% -
XYZ 35.1 32.29 94.83 -
YUV 150.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 114 150 250 0.54 0.4 0 0.02 224.12 0.93 0.71
Hex 72 96 FA 36 28 0 2 E0 5D 47
Octal 162 226 372 66 50 0 2 340 135 107
Binary 1110010 10010110 11111010 110110 101000 0 10 11100000 1011101 1000111

Color Harmonies of #7296FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7296FA

Black with #7296FA

Text Example


Text Example

White with #7296FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7296FA; }

 p { color: rgb(114,150,250); }

 H1.HeaderClassName
 {
   color: #7296FA;
 }
 .AnyTagClassName
 {
   color: #7296FA;
 }
</style>

background-color css

<style>
 a { background-color: #7296FA; }

 a { background-color: rgb(114,150,250); }

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

border-color css

<style>
 span { border-color: #7296FA; }

 span { border-color: rgb(114,150,250); }

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