Html Css Color HEX #7290DB Cornflower Blue

📋 copy color: '#7290DB'

red 114 ◦ green 144 ◦ blue 219

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

Shades of Cornflower Blue #7290DB

Tints of Cornflower Blue #7290DB

RGB

 RED value IS 114 (44.92% from 255) = 23.9%

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

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

R = 23.9%
G = 30.19%
B = 45.91%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7290DB (or 0x7290DB) is known color: Cornflower Blue. HEX triplet: 72, 90 and DB. RGB value is (114,144,219). Sum of RGB (Red+Green+Blue) = 114+144+219=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #7290DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7290DB is #8D6F24. Grayscale: #8F8F8F. Windows color (decimal): -9269029 or 14389362. OLE color: 14389362.

HSL color Cylindrical-coordinate representation of color #7290DB: hue angle of 222.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7290DB is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 144 219 -
CMYK 0.48 0.34 0 0.14
HSL 222.86º 0.59% 0.65% -
HSV(B) 222.86º 0.48% 0.86% -
XYZ 29.7 28.64 70.98 -
YUV 143.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 114 144 219 0.48 0.34 0 0.14 222.86 0.59 0.65
Hex 72 90 DB 30 22 0 E DF 3B 41
Octal 162 220 333 60 42 0 16 337 73 101
Binary 1110010 10010000 11011011 110000 100010 0 1110 11011111 111011 1000001

Color Harmonies of #7290DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7290DB

Black with #7290DB

Text Example


Text Example

White with #7290DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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