#718DD8

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

Shades of Cornflower Blue #718DD8

Tints of Cornflower Blue #718DD8

Color information

#718DD8 (or 0x718DD8) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8D and D8. RGB value is (113,141,216). Sum of RGB (Red+Green+Blue) = 113+141+216=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #718DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DD8 is #8E7227. Grayscale: #8C8C8C. Windows color (decimal): -9335336 or 14191985. OLE color: 14191985.

HSL color Cylindrical-coordinate representation of color #718DD8: hue angle of 223.69º degrees, saturation: 0.57, 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 #718DD8 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113141216-
CMYK0.480.3500.15
HSL223.69º56.91%64.51%-
HSV(B)223.69º47.69%84.71%-
XYZ28.7327.5268.76-
YUV141.18170.22107.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=24.04%
G=30%
B=45.96%

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
Decimal1131412160.480.3500.15223.6956.9164.51
Hex718DD830230Fe03941
Octal161215330604301734071101
Binary1110001100011011101100011000010001101111111000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,141,216); }

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

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

 a { background-color: rgb(113,141,216); }

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

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

 span { border-color: rgb(113,141,216); }

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