#7297DD

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

Shades of Cornflower Blue #7297DD

Tints of Cornflower Blue #7297DD

Color information

#7297DD (or 0x7297DD) is unknown color: approx Cornflower Blue. HEX triplet: 72, 97 and DD. RGB value is (114,151,221). Sum of RGB (Red+Green+Blue) = 114+151+221=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #7297DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7297DD is #8D6822. Grayscale: #939393. Windows color (decimal): -9267235 or 14522226. OLE color: 14522226.

HSL color Cylindrical-coordinate representation of color #7297DD: hue angle of 219.25º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7297DD is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114151221-
CMYK0.480.3200.13
HSL219.25º61.14%65.69%-
HSV(B)219.25º48.42%86.67%-
XYZ31.0630.9372.74-
YUV147.92169.24103.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=23.46%
G=31.07%
B=45.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141512210.480.3200.13219.2561.1465.69
Hex7297DD30200Ddb3d42
Octal162227335604001533375102
Binary1110010100101111101110111000010000001101110110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7297DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7297DD; }

 p { color: rgb(114,151,221); }

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

<style>
 a { background-color: #7297DD; }

 a { background-color: rgb(114,151,221); }

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

<style>
 span { border-color: #7297DD; }

 span { border-color: rgb(114,151,221); }

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