#718BFD

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

Shades of Cornflower Blue #718BFD

Tints of Cornflower Blue #718BFD

Color information

#718BFD (or 0x718BFD) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8B and FD. RGB value is (113,139,253). Sum of RGB (Red+Green+Blue) = 113+139+253=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #718BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BFD is #8E7402. Grayscale: #8F8F8F. Windows color (decimal): -9335811 or 16616305. OLE color: 16616305.

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

Color convert

RGB113139253-
CMYK0.550.4500.01
HSL228.86º97.22%71.76%-
HSV(B)228.86º55.34%99.22%-
XYZ33.7729.0796.76-
YUV144.22189.39105.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.38%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=22.38%
G=27.52%
B=50.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1131392530.550.4500.01228.8697.2271.76
Hex718BFD372D01e56148
Octal161213375675501345141110
Binary11100011000101111111101110111101101011110010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,139,253); }

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

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

 a { background-color: rgb(113,139,253); }

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

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

 span { border-color: rgb(113,139,253); }

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