Html Css Color HEX #7096EB Cornflower Blue

📋 copy color: '#7096EB'

red 112 ◦ green 150 ◦ blue 235

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

Shades of Cornflower Blue #7096EB

Tints of Cornflower Blue #7096EB

RGB

 RED value IS 112 (44.14% from 255) = 22.54%

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 22.54%
G = 30.18%
B = 47.28%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7096EB (or 0x7096EB) is known color: Cornflower Blue. HEX triplet: 70, 96 and EB. RGB value is (112,150,235). Sum of RGB (Red+Green+Blue) = 112+150+235=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #7096EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096EB is #8F6914. Grayscale: #939393. Windows color (decimal): -9398549 or 15439472. OLE color: 15439472.

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

Color convert

RGB 112 150 235 -
CMYK 0.52 0.36 0 0.08
HSL 221.46º 0.75% 0.68% -
HSV(B) 221.46º 0.52% 0.92% -
XYZ 32.58 31.26 82.91 -
YUV 148.33 176.91 102.09 -
System Red Green Blue C M Y K H S L
Decimal 112 150 235 0.52 0.36 0 0.08 221.46 0.75 0.68
Hex 70 96 EB 34 24 0 8 DD 4B 44
Octal 160 226 353 64 44 0 10 335 113 104
Binary 1110000 10010110 11101011 110100 100100 0 1000 11011101 1001011 1000100

Color Harmonies of #7096EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7096EB

Black with #7096EB

Text Example


Text Example

White with #7096EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7096EB; }

 p { color: rgb(112,150,235); }

 H1.HeaderClassName
 {
   color: #7096EB;
 }
 .AnyTagClassName
 {
   color: #7096EB;
 }
</style>

background-color css

<style>
 a { background-color: #7096EB; }

 a { background-color: rgb(112,150,235); }

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

border-color css

<style>
 span { border-color: #7096EB; }

 span { border-color: rgb(112,150,235); }

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