#718AFA

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

Shades of Cornflower Blue #718AFA

Tints of Cornflower Blue #718AFA

Color information

#718AFA (or 0x718AFA) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8A and FA. RGB value is (113,138,250). Sum of RGB (Red+Green+Blue) = 113+138+250=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #718AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AFA is #8E7505. Grayscale: #8E8E8E. Windows color (decimal): -9336070 or 16419441. OLE color: 16419441.

HSL color Cylindrical-coordinate representation of color #718AFA: hue angle of 229.05º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #718AFA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113138250-
CMYK0.550.4500.02
HSL229.05º93.2%71.18%-
HSV(B)229.05º54.8%98.04%-
XYZ33.1528.5994.21-
YUV143.29188.22106.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.55%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 250 (98.05% from 255) = 49.90%
R=22.55%
G=27.54%
B=49.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131382500.550.4500.02229.0593.271.18
Hex718AFA372D02e55d47
Octal161212372675502345135107
Binary111000110001010111110101101111011010101110010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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