#749FFE

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

Shades of Cornflower Blue #749FFE

Tints of Cornflower Blue #749FFE

Color information

#749FFE (or 0x749FFE) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9F and FE. RGB value is (116,159,254). Sum of RGB (Red+Green+Blue) = 116+159+254=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #749FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749FFE is #8B6001. Grayscale: #9C9C9C. Windows color (decimal): -9134082 or 16686964. OLE color: 16686964.

HSL color Cylindrical-coordinate representation of color #749FFE: hue angle of 221.3º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749FFE is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB116159254-
CMYK0.540.3700.00
HSL221.3º98.57%72.55%-
HSV(B)221.3º54.33%99.61%-
XYZ37.4935.6798.67-
YUV156.97182.7598.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.93%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=21.93%
G=30.06%
B=48.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1161592540.540.3700.00221.398.5772.55
Hex749FFE362500dd6349
Octal164237376664500335143111
Binary11101001001111111111110110110100101001101110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,159,254); }

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

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

 a { background-color: rgb(116,159,254); }

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

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

 span { border-color: rgb(116,159,254); }

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