Html Css Color HEX #7091DB Cornflower Blue

📋 copy color: '#7091DB'

red 112 ◦ green 145 ◦ blue 219

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

Shades of Cornflower Blue #7091DB

Tints of Cornflower Blue #7091DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.46%

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

R = 23.53%
G = 30.46%
B = 46.01%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7091DB (or 0x7091DB) is known color: Cornflower Blue. HEX triplet: 70, 91 and DB. RGB value is (112,145,219). Sum of RGB (Red+Green+Blue) = 112+145+219=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #7091DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7091DB is #8F6E24. Grayscale: #8F8F8F. Windows color (decimal): -9399845 or 14389616. OLE color: 14389616.

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

Color convert

RGB 112 145 219 -
CMYK 0.49 0.34 0 0.14
HSL 221.5º 0.6% 0.65% -
HSV(B) 221.5º 0.49% 0.86% -
XYZ 29.59 28.81 71.02 -
YUV 143.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 112 145 219 0.49 0.34 0 0.14 221.5 0.6 0.65
Hex 70 91 DB 31 22 0 E DD 3C 41
Octal 160 221 333 61 42 0 16 335 74 101
Binary 1110000 10010001 11011011 110001 100010 0 1110 11011101 111100 1000001

Color Harmonies of #7091DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7091DB

Black with #7091DB

Text Example


Text Example

White with #7091DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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