#7291DB

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

Shades of Cornflower Blue #7291DB

Tints of Cornflower Blue #7291DB

Color information

#7291DB (or 0x7291DB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 91 and DB. RGB value is (114,145,219). Sum of RGB (Red+Green+Blue) = 114+145+219=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #7291DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7291DB is #8D6E24. Grayscale: #8F8F8F. Windows color (decimal): -9268773 or 14389618. OLE color: 14389618.

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

Color convert

RGB114145219-
CMYK0.480.3400.14
HSL222.29º59.32%65.29%-
HSV(B)222.29º47.95%85.88%-
XYZ29.8528.9471.03-
YUV144.17170.23106.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 219 (85.94% from 255) = 45.82%
R=23.85%
G=30.33%
B=45.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141452190.480.3400.14222.2959.3265.29
Hex7291DB30220Ede3b41
Octal162221333604201633673101
Binary1110010100100011101101111000010001001110110111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7291DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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