#718CD9

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

Shades of Cornflower Blue #718CD9

Tints of Cornflower Blue #718CD9

Color information

#718CD9 (or 0x718CD9) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8C and D9. RGB value is (113,140,217). Sum of RGB (Red+Green+Blue) = 113+140+217=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #718CD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CD9 is #8E7326. Grayscale: #8C8C8C. Windows color (decimal): -9335591 or 14257265. OLE color: 14257265.

HSL color Cylindrical-coordinate representation of color #718CD9: hue angle of 224.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #718CD9 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113140217-
CMYK0.480.3500.15
HSL224.42º57.78%64.71%-
HSV(B)224.42º47.93%85.1%-
XYZ28.7127.2869.4-
YUV140.7171.05108.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 217 (85.16% from 255) = 46.17%
R=24.04%
G=29.79%
B=46.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131402170.480.3500.15224.4257.7864.71
Hex718CD930230Fe03a41
Octal161214331604301734072101
Binary1110001100011001101100111000010001101111111000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,140,217); }

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

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

 a { background-color: rgb(113,140,217); }

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

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

 span { border-color: rgb(113,140,217); }

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