#7299DE

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

Shades of Cornflower Blue #7299DE

Tints of Cornflower Blue #7299DE

Color information

#7299DE (or 0x7299DE) is unknown color: approx Cornflower Blue. HEX triplet: 72, 99 and DE. RGB value is (114,153,222). Sum of RGB (Red+Green+Blue) = 114+153+222=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #7299DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299DE is #8D6621. Grayscale: #949494. Windows color (decimal): -9266722 or 14588274. OLE color: 14588274.

HSL color Cylindrical-coordinate representation of color #7299DE: hue angle of 218.33º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7299DE is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114153222-
CMYK0.490.3100.13
HSL218.33º62.07%65.88%-
HSV(B)218.33º48.65%87.06%-
XYZ31.5231.6373.55-
YUV149.2169.08102.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.31%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 222 (87.11% from 255) = 45.40%
R=23.31%
G=31.29%
B=45.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141532220.490.3100.13218.3362.0765.88
Hex7299DE311F0Dda3e42
Octal162231336613701533276102
Binary111001010011001110111101100011111101101110110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7299DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7299DE; }

 p { color: rgb(114,153,222); }

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

<style>
 a { background-color: #7299DE; }

 a { background-color: rgb(114,153,222); }

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

<style>
 span { border-color: #7299DE; }

 span { border-color: rgb(114,153,222); }

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