Html Css Color HEX #7097DC Cornflower Blue

📋 copy color: '#7097DC'

red 112 ◦ green 151 ◦ blue 220

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

Shades of Cornflower Blue #7097DC

Tints of Cornflower Blue #7097DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.26%

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

R = 23.19%
G = 31.26%
B = 45.55%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7097DC (or 0x7097DC) is known color: Cornflower Blue. HEX triplet: 70, 97 and DC. RGB value is (112,151,220). Sum of RGB (Red+Green+Blue) = 112+151+220=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7097DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097DC is #8F6823. Grayscale: #929292. Windows color (decimal): -9398308 or 14456688. OLE color: 14456688.

HSL color Cylindrical-coordinate representation of color #7097DC: hue angle of 218.33º 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 #7097DC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 151 220 -
CMYK 0.49 0.31 0 0.14
HSL 218.33º 0.61% 0.65% -
HSV(B) 218.33º 0.49% 0.86% -
XYZ 30.67 30.75 72.03 -
YUV 147.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 112 151 220 0.49 0.31 0 0.14 218.33 0.61 0.65
Hex 70 97 DC 31 1F 0 E DA 3D 41
Octal 160 227 334 61 37 0 16 332 75 101
Binary 1110000 10010111 11011100 110001 11111 0 1110 11011010 111101 1000001

Color Harmonies of #7097DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7097DC

Black with #7097DC

Text Example


Text Example

White with #7097DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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