Html Css Color HEX #7090DB Cornflower Blue

📋 copy color: '#7090DB'

red 112 ◦ green 144 ◦ blue 219

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

Shades of Cornflower Blue #7090DB

Tints of Cornflower Blue #7090DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.32%

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

R = 23.58%
G = 30.32%
B = 46.11%

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

#7090DB (or 0x7090DB) is known color: Cornflower Blue. HEX triplet: 70, 90 and DB. RGB value is (112,144,219). Sum of RGB (Red+Green+Blue) = 112+144+219=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #7090DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090DB is #8F6F24. Grayscale: #8E8E8E. Windows color (decimal): -9400101 or 14389360. OLE color: 14389360.

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

Color convert

RGB 112 144 219 -
CMYK 0.49 0.34 0 0.14
HSL 222.06º 0.6% 0.65% -
HSV(B) 222.06º 0.49% 0.86% -
XYZ 29.44 28.51 70.97 -
YUV 142.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 112 144 219 0.49 0.34 0 0.14 222.06 0.6 0.65
Hex 70 90 DB 31 22 0 E DE 3C 41
Octal 160 220 333 61 42 0 16 336 74 101
Binary 1110000 10010000 11011011 110001 100010 0 1110 11011110 111100 1000001

Color Harmonies of #7090DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7090DB

Black with #7090DB

Text Example


Text Example

White with #7090DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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