#718DE1

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

Shades of Cornflower Blue #718DE1

Tints of Cornflower Blue #718DE1

Color information

#718DE1 (or 0x718DE1) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8D and E1. RGB value is (113,141,225). Sum of RGB (Red+Green+Blue) = 113+141+225=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #718DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DE1 is #8E721E. Grayscale: #8D8D8D. Windows color (decimal): -9335327 or 14781809. OLE color: 14781809.

HSL color Cylindrical-coordinate representation of color #718DE1: hue angle of 225º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718DE1 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113141225-
CMYK0.500.3700.12
HSL225º65.12%66.27%-
HSV(B)225º49.78%88.24%-
XYZ29.932875.06-
YUV142.2174.72107.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.59%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 225 (88.28% from 255) = 46.97%
R=23.59%
G=29.44%
B=46.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131412250.500.3700.1222565.1266.27
Hex718DE132250Ce14142
Octal1612153416245014341101102
Binary11100011000110111100001110010100101011001110000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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