#718FED

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

Shades of Cornflower Blue #718FED

Tints of Cornflower Blue #718FED

Color information

#718FED (or 0x718FED) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8F and ED. RGB value is (113,143,237). Sum of RGB (Red+Green+Blue) = 113+143+237=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #718FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718FED is #8E7012. Grayscale: #909090. Windows color (decimal): -9334803 or 15568753. OLE color: 15568753.

HSL color Cylindrical-coordinate representation of color #718FED: hue angle of 225.48º 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 #718FED is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113143237-
CMYK0.520.4000.07
HSL225.48º77.5%68.63%-
HSV(B)225.48º52.32%92.94%-
XYZ31.9229.2784.09-
YUV144.75180.06105.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.92%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 237 (92.97% from 255) = 48.07%
R=22.92%
G=29.01%
B=48.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1131432370.520.4000.07225.4877.568.63
Hex718FED342807e14e45
Octal161217355645007341116105
Binary1110001100011111110110111010010100001111110000110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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