#718AF5

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

Shades of Cornflower Blue #718AF5

Tints of Cornflower Blue #718AF5

Color information

#718AF5 (or 0x718AF5) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8A and F5. RGB value is (113,138,245). Sum of RGB (Red+Green+Blue) = 113+138+245=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #718AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AF5 is #8E750A. Grayscale: #8E8E8E. Windows color (decimal): -9336075 or 16091761. OLE color: 16091761.

HSL color Cylindrical-coordinate representation of color #718AF5: hue angle of 228.64º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #718AF5 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB113138245-
CMYK0.540.4400.04
HSL228.64º86.84%70.2%-
HSV(B)228.64º53.88%96.08%-
XYZ32.3828.2890.14-
YUV142.72185.72106.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.78%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 245 (96.09% from 255) = 49.40%
R=22.78%
G=27.82%
B=49.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1131382450.540.4400.04228.6486.8470.2
Hex718AF5362C04e55746
Octal161212365665404345127106
Binary1110001100010101111010111011010110001001110010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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