#719EFA

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

Shades of Cornflower Blue #719EFA

Tints of Cornflower Blue #719EFA

Color information

#719EFA (or 0x719EFA) is unknown color: approx Cornflower Blue. HEX triplet: 71, 9E and FA. RGB value is (113,158,250). Sum of RGB (Red+Green+Blue) = 113+158+250=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #719EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719EFA is #8E6105. Grayscale: #9A9A9A. Windows color (decimal): -9330950 or 16424561. OLE color: 16424561.

HSL color Cylindrical-coordinate representation of color #719EFA: hue angle of 220.29º 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 #719EFA is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113158250-
CMYK0.550.3700.02
HSL220.29º93.2%71.18%-
HSV(B)220.29º54.8%98.04%-
XYZ36.2934.8795.26-
YUV155.03181.5998.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.69%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=21.69%
G=30.33%
B=47.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131582500.550.3700.02220.2993.271.18
Hex719EFA372502dc5d47
Octal161236372674502334135107
Binary111000110011110111110101101111001010101101110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719EFA; }

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

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

<style>
 a { background-color: #719EFA; }

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

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

<style>
 span { border-color: #719EFA; }

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

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