Html Css Color HEX #7096DC Cornflower Blue

📋 copy color: '#7096DC'

red 112 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #7096DC

Tints of Cornflower Blue #7096DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 23.24%
G = 31.12%
B = 45.64%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7096DC (or 0x7096DC) is known color: Cornflower Blue. HEX triplet: 70, 96 and DC. RGB value is (112,150,220). Sum of RGB (Red+Green+Blue) = 112+150+220=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7096DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096DC is #8F6923. Grayscale: #929292. Windows color (decimal): -9398564 or 14456432. OLE color: 14456432.

HSL color Cylindrical-coordinate representation of color #7096DC: hue angle of 218.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7096DC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 150 220 -
CMYK 0.49 0.32 0 0.14
HSL 218.89º 0.61% 0.65% -
HSV(B) 218.89º 0.49% 0.86% -
XYZ 30.51 30.42 71.97 -
YUV 146.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 112 150 220 0.49 0.32 0 0.14 218.89 0.61 0.65
Hex 70 96 DC 31 20 0 E DB 3D 41
Octal 160 226 334 61 40 0 16 333 75 101
Binary 1110000 10010110 11011100 110001 100000 0 1110 11011011 111101 1000001

Color Harmonies of #7096DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7096DC

Black with #7096DC

Text Example


Text Example

White with #7096DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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