#749BE9

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

Shades of Cornflower Blue #749BE9

Tints of Cornflower Blue #749BE9

Color information

#749BE9 (or 0x749BE9) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9B and E9. RGB value is (116,155,233). Sum of RGB (Red+Green+Blue) = 116+155+233=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #749BE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BE9 is #8B6416. Grayscale: #979797. Windows color (decimal): -9135127 or 15309684. OLE color: 15309684.

HSL color Cylindrical-coordinate representation of color #749BE9: hue angle of 220º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749BE9 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB116155233-
CMYK0.500.3300.09
HSL220º72.67%68.43%-
HSV(B)220º50.21%91.37%-
XYZ33.6333.0481.7-
YUV152.23173.58102.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.02%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 233 (91.41% from 255) = 46.23%
R=23.02%
G=30.75%
B=46.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1161552330.500.3300.0922072.6768.43
Hex749BE9322109dc4944
Octal1642333516241011334111104
Binary11101001001101111101001110010100001010011101110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,155,233); }

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

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

 a { background-color: rgb(116,155,233); }

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

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

 span { border-color: rgb(116,155,233); }

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