#7299ED

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

Shades of Cornflower Blue #7299ED

Tints of Cornflower Blue #7299ED

Color information

#7299ED (or 0x7299ED) is unknown color: approx Cornflower Blue. HEX triplet: 72, 99 and ED. RGB value is (114,153,237). Sum of RGB (Red+Green+Blue) = 114+153+237=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #7299ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7299ED is #8D6612. Grayscale: #969696. Windows color (decimal): -9266707 or 15571314. OLE color: 15571314.

HSL color Cylindrical-coordinate representation of color #7299ED: hue angle of 220.98º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7299ED is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114153237-
CMYK0.520.3500.07
HSL220.98º77.36%68.82%-
HSV(B)220.98º51.9%92.94%-
XYZ33.6232.4784.62-
YUV150.92176.58101.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.62%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=22.62%
G=30.36%
B=47.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141532370.520.3500.07220.9877.3668.82
Hex7299ED342307dd4d45
Octal162231355644307335115105
Binary1110010100110011110110111010010001101111101110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7299ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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