#7296DC

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

Shades of Cornflower Blue #7296DC

Tints of Cornflower Blue #7296DC

Color information

#7296DC (or 0x7296DC) is unknown color: approx Cornflower Blue. HEX triplet: 72, 96 and DC. RGB value is (114,150,220). Sum of RGB (Red+Green+Blue) = 114+150+220=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #7296DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296DC is #8D6923. Grayscale: #929292. Windows color (decimal): -9267492 or 14456434. OLE color: 14456434.

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

Color convert

RGB114150220-
CMYK0.480.3200.14
HSL219.62º60.23%65.49%-
HSV(B)219.62º48.18%86.27%-
XYZ30.7630.5671.99-
YUV147.22169.07104.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=23.55%
G=30.99%
B=45.45%

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
Decimal1141502200.480.3200.14219.6260.2365.49
Hex7296DC30200Edc3c41
Octal162226334604001633474101
Binary1110010100101101101110011000010000001110110111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7296DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7296DC; }

 p { color: rgb(114,150,220); }

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

<style>
 a { background-color: #7296DC; }

 a { background-color: rgb(114,150,220); }

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

<style>
 span { border-color: #7296DC; }

 span { border-color: rgb(114,150,220); }

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