#718CFB

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

Shades of Cornflower Blue #718CFB

Tints of Cornflower Blue #718CFB

Color information

#718CFB (or 0x718CFB) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8C and FB. RGB value is (113,140,251). Sum of RGB (Red+Green+Blue) = 113+140+251=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #718CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CFB is #8E7304. Grayscale: #909090. Windows color (decimal): -9335557 or 16485489. OLE color: 16485489.

HSL color Cylindrical-coordinate representation of color #718CFB: hue angle of 228.26º degrees, saturation: 0.95, 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 #718CFB is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113140251-
CMYK0.550.4400.02
HSL228.26º94.52%71.37%-
HSV(B)228.26º54.98%98.43%-
XYZ33.629.2395.14-
YUV144.58188.05105.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.42%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 251 (98.44% from 255) = 49.80%
R=22.42%
G=27.78%
B=49.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131402510.550.4400.02228.2694.5271.37
Hex718CFB372C02e45f47
Octal161214373675402344137107
Binary111000110001100111110111101111011000101110010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,140,251); }

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

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

 a { background-color: rgb(113,140,251); }

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

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

 span { border-color: rgb(113,140,251); }

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