Html Css Color HEX #7097DB Cornflower Blue

📋 copy color: '#7097DB'

red 112 ◦ green 151 ◦ blue 219

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

Shades of Cornflower Blue #7097DB

Tints of Cornflower Blue #7097DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 23.24%
G = 31.33%
B = 45.44%

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

#7097DB (or 0x7097DB) is known color: Cornflower Blue. HEX triplet: 70, 97 and DB. RGB value is (112,151,219). Sum of RGB (Red+Green+Blue) = 112+151+219=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #7097DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097DB is #8F6824. Grayscale: #929292. Windows color (decimal): -9398309 or 14391152. OLE color: 14391152.

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

Color convert

RGB 112 151 219 -
CMYK 0.49 0.31 0 0.14
HSL 218.13º 0.6% 0.65% -
HSV(B) 218.13º 0.49% 0.86% -
XYZ 30.53 30.69 71.33 -
YUV 147.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 112 151 219 0.49 0.31 0 0.14 218.13 0.6 0.65
Hex 70 97 DB 31 1F 0 E DA 3C 41
Octal 160 227 333 61 37 0 16 332 74 101
Binary 1110000 10010111 11011011 110001 11111 0 1110 11011010 111100 1000001

Color Harmonies of #7097DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7097DB

Black with #7097DB

Text Example


Text Example

White with #7097DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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