#7294DB

Color #7294DB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7294DB

Tints of Cornflower Blue #7294DB

Color information

#7294DB (or 0x7294DB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 94 and DB. RGB value is (114,148,219). Sum of RGB (Red+Green+Blue) = 114+148+219=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #7294DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7294DB is #8D6B24. Grayscale: #919191. Windows color (decimal): -9268005 or 14390386. OLE color: 14390386.

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

Color convert

RGB114148219-
CMYK0.480.3200.14
HSL220.57º59.32%65.29%-
HSV(B)220.57º47.95%85.88%-
XYZ30.3229.8771.19-
YUV145.93169.24105.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.70%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=23.70%
G=30.77%
B=45.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141482190.480.3200.14220.5759.3265.29
Hex7294DB30200Edd3b41
Octal162224333604001633573101
Binary1110010100101001101101111000010000001110110111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7294DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7294DB;
 }
 .AnyTagClassName
 {
   color: #7294DB;
 }
</style>
background-color css

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

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

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

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

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

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