Html Css Color HEX #7296FE Cornflower Blue

📋 copy color: '#7296FE'

red 114 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #7296FE

Tints of Cornflower Blue #7296FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 22.01%
G = 28.96%
B = 49.03%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7296FE (or 0x7296FE) is known color: Cornflower Blue. HEX triplet: 72, 96 and FE. RGB value is (114,150,254). Sum of RGB (Red+Green+Blue) = 114+150+254=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #7296FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7296FE is #8D6901. Grayscale: #969696. Windows color (decimal): -9267458 or 16684658. OLE color: 16684658.

HSL color Cylindrical-coordinate representation of color #7296FE: hue angle of 224.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7296FE is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 150 254 -
CMYK 0.55 0.41 0 0.00
HSL 224.57º 0.99% 0.72% -
HSV(B) 224.57º 0.55% 1% -
XYZ 35.74 32.55 98.16 -
YUV 151.09 186.07 101.54 -
System Red Green Blue C M Y K H S L
Decimal 114 150 254 0.55 0.41 0 0.00 224.57 0.99 0.72
Hex 72 96 FE 37 29 0 0 E1 63 48
Octal 162 226 376 67 51 0 0 341 143 110
Binary 1110010 10010110 11111110 110111 101001 0 0 11100001 1100011 1001000

Color Harmonies of #7296FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7296FE

Black with #7296FE

Text Example


Text Example

White with #7296FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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