#749BEA

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

Shades of Cornflower Blue #749BEA

Tints of Cornflower Blue #749BEA

Color information

#749BEA (or 0x749BEA) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9B and EA. RGB value is (116,155,234). Sum of RGB (Red+Green+Blue) = 116+155+234=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #749BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BEA is #8B6415. Grayscale: #979797. Windows color (decimal): -9135126 or 15375220. OLE color: 15375220.

HSL color Cylindrical-coordinate representation of color #749BEA: hue angle of 220.17º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749BEA is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116155234-
CMYK0.500.3400.08
HSL220.17º73.75%68.63%-
HSV(B)220.17º50.43%91.76%-
XYZ33.7833.182.45-
YUV152.34174.08102.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.97%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=22.97%
G=30.69%
B=46.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161552340.500.3400.08220.1773.7568.63
Hex749BEA322208dc4a45
Octal1642333526242010334112105
Binary11101001001101111101010110010100010010001101110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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