#739AF0

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

Shades of Cornflower Blue #739AF0

Tints of Cornflower Blue #739AF0

Color information

#739AF0 (or 0x739AF0) is unknown color: approx Cornflower Blue. HEX triplet: 73, 9A and F0. RGB value is (115,154,240). Sum of RGB (Red+Green+Blue) = 115+154+240=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #739AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739AF0 is #8C650F. Grayscale: #979797. Windows color (decimal): -9200912 or 15768179. OLE color: 15768179.

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

Color convert

RGB115154240-
CMYK0.520.3600.06
HSL221.28º80.65%69.61%-
HSV(B)221.28º52.08%94.12%-
XYZ34.3533.0587.01-
YUV152.14177.58101.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.59%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 240 (94.14% from 255) = 47.15%
R=22.59%
G=30.26%
B=47.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1151542400.520.3600.06221.2880.6569.61
Hex739AF0342406dd5146
Octal163232360644406335121106
Binary1110011100110101111000011010010010001101101110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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