#718ADD

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

Shades of Cornflower Blue #718ADD

Tints of Cornflower Blue #718ADD

Color information

#718ADD (or 0x718ADD) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8A and DD. RGB value is (113,138,221). Sum of RGB (Red+Green+Blue) = 113+138+221=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #718ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ADD is #8E7522. Grayscale: #8B8B8B. Windows color (decimal): -9336099 or 14518897. OLE color: 14518897.

HSL color Cylindrical-coordinate representation of color #718ADD: hue angle of 226.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718ADD is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113138221-
CMYK0.490.3800.13
HSL226.11º61.36%65.49%-
HSV(B)226.11º48.87%86.67%-
XYZ28.9526.9172.07-
YUV139.99173.72108.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.94%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=23.94%
G=29.24%
B=46.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131382210.490.3800.13226.1161.3665.49
Hex718ADD31260De23d41
Octal161212335614601534275101
Binary1110001100010101101110111000110011001101111000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718ADD; }

 p { color: rgb(113,138,221); }

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

<style>
 a { background-color: #718ADD; }

 a { background-color: rgb(113,138,221); }

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

<style>
 span { border-color: #718ADD; }

 span { border-color: rgb(113,138,221); }

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