#718DFF

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

Shades of Cornflower Blue #718DFF

Tints of Cornflower Blue #718DFF

Color information

#718DFF (or 0x718DFF) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8D and FF. RGB value is (113,141,255). Sum of RGB (Red+Green+Blue) = 113+141+255=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #718DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718DFF is #8E7200. Grayscale: #919191. Windows color (decimal): -9335297 or 16747889. OLE color: 16747889.

HSL color Cylindrical-coordinate representation of color #718DFF: hue angle of 228.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #718DFF is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB113141255-
CMYK0.560.4500
HSL228.17º100%72.16%-
HSV(B)228.17º55.69%100%-
XYZ34.3829.7898.54-
YUV145.62189.72104.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.20%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 255 (100% from 255) = 50.10%
R=22.20%
G=27.70%
B=50.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1131412550.560.4500228.1710072.16
Hex718DFF382D00e46448
Octal161215377705500344144110
Binary11100011000110111111111111000101101001110010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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