Html Css Color HEX #7296EA Cornflower Blue

📋 copy color: '#7296EA'

red 114 ◦ green 150 ◦ blue 234

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

Shades of Cornflower Blue #7296EA

Tints of Cornflower Blue #7296EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 22.89%
G = 30.12%
B = 46.99%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7296EA (or 0x7296EA) is known color: Cornflower Blue. HEX triplet: 72, 96 and EA. RGB value is (114,150,234). Sum of RGB (Red+Green+Blue) = 114+150+234=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #7296EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7296EA is #8D6915. Grayscale: #949494. Windows color (decimal): -9267478 or 15373938. OLE color: 15373938.

HSL color Cylindrical-coordinate representation of color #7296EA: hue angle of 222º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7296EA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 150 234 -
CMYK 0.51 0.36 0 0.08
HSL 222º 0.74% 0.68% -
HSV(B) 222º 0.51% 0.92% -
XYZ 32.7 31.33 82.17 -
YUV 148.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 114 150 234 0.51 0.36 0 0.08 222 0.74 0.68
Hex 72 96 EA 33 24 0 8 DE 4A 44
Octal 162 226 352 63 44 0 10 336 112 104
Binary 1110010 10010110 11101010 110011 100100 0 1000 11011110 1001010 1000100

Color Harmonies of #7296EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7296EA

Black with #7296EA

Text Example


Text Example

White with #7296EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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