#749AEE

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

Shades of Cornflower Blue #749AEE

Tints of Cornflower Blue #749AEE

Color information

#749AEE (or 0x749AEE) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9A and EE. RGB value is (116,154,238). Sum of RGB (Red+Green+Blue) = 116+154+238=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #749AEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749AEE is #8B6511. Grayscale: #979797. Windows color (decimal): -9135378 or 15637108. OLE color: 15637108.

HSL color Cylindrical-coordinate representation of color #749AEE: hue angle of 221.31º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749AEE is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB116154238-
CMYK0.510.3500.07
HSL221.31º78.21%69.41%-
HSV(B)221.31º51.26%93.33%-
XYZ34.193385.46-
YUV152.21176.41102.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.83%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 238 (93.36% from 255) = 46.85%
R=22.83%
G=30.31%
B=46.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1161542380.510.3500.07221.3178.2169.41
Hex749AEE332307dd4e45
Octal164232356634307335116105
Binary1110100100110101110111011001110001101111101110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,154,238); }

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

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

 a { background-color: rgb(116,154,238); }

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

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

 span { border-color: rgb(116,154,238); }

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