#718AED

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

Shades of Cornflower Blue #718AED

Tints of Cornflower Blue #718AED

Color information

#718AED (or 0x718AED) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8A and ED. RGB value is (113,138,237). Sum of RGB (Red+Green+Blue) = 113+138+237=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #718AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718AED is #8E7512. Grayscale: #8D8D8D. Windows color (decimal): -9336083 or 15567473. OLE color: 15567473.

HSL color Cylindrical-coordinate representation of color #718AED: hue angle of 227.9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718AED is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113138237-
CMYK0.520.4200.07
HSL227.9º77.5%68.63%-
HSV(B)227.9º52.32%92.94%-
XYZ31.1827.883.84-
YUV141.81181.72107.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.16%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=23.16%
G=28.28%
B=48.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1131382370.520.4200.07227.977.568.63
Hex718AED342A07e44e45
Octal161212355645207344116105
Binary1110001100010101110110111010010101001111110010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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