#749EFA

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

Shades of Cornflower Blue #749EFA

Tints of Cornflower Blue #749EFA

Color information

#749EFA (or 0x749EFA) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9E and FA. RGB value is (116,158,250). Sum of RGB (Red+Green+Blue) = 116+158+250=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #749EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EFA is #8B6105. Grayscale: #9B9B9B. Windows color (decimal): -9134342 or 16424564. OLE color: 16424564.

HSL color Cylindrical-coordinate representation of color #749EFA: hue angle of 221.19º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749EFA is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116158250-
CMYK0.540.3700.02
HSL221.19º93.06%71.76%-
HSV(B)221.19º53.6%98.04%-
XYZ36.6835.0795.28-
YUV155.93181.0999.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.14%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=22.14%
G=30.15%
B=47.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161582500.540.3700.02221.1993.0671.76
Hex749EFA362502dd5d48
Octal164236372664502335135110
Binary111010010011110111110101101101001010101101110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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