#719AF0

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

Shades of Cornflower Blue #719AF0

Tints of Cornflower Blue #719AF0

Color information

#719AF0 (or 0x719AF0) is unknown color: approx Cornflower Blue. HEX triplet: 71, 9A and F0. RGB value is (113,154,240). Sum of RGB (Red+Green+Blue) = 113+154+240=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #719AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #719AF0 is #8E650F. Grayscale: #979797. Windows color (decimal): -9331984 or 15768177. OLE color: 15768177.

HSL color Cylindrical-coordinate representation of color #719AF0: hue angle of 220.63º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #719AF0 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB113154240-
CMYK0.530.3600.06
HSL220.63º80.89%69.22%-
HSV(B)220.63º52.92%94.12%-
XYZ34.0932.9186.99-
YUV151.55177.92100.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.29%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 240 (94.14% from 255) = 47.34%
R=22.29%
G=30.37%
B=47.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1131542400.530.3600.06220.6380.8969.22
Hex719AF0352406dd5145
Octal161232360654406335121105
Binary1110001100110101111000011010110010001101101110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,154,240); }

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

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

 a { background-color: rgb(113,154,240); }

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

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

 span { border-color: rgb(113,154,240); }

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