#749beb

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

Shades of Cornflower Blue #749BEB

Tints of Cornflower Blue #749BEB

Color information

#749BEB (or 0x749BEB) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9B and EB. RGB value is (116,155,235). Sum of RGB (Red+Green+Blue) = 116+155+235=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #749BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BEB is #8B6414. Grayscale: #989898. Windows color (decimal): -9135125 or 15440756. OLE color: 15440756.

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

Color convert

RGB116155235-
CMYK0.510.3400.08
HSL220.34º74.84%68.82%-
HSV(B)220.34º50.64%92.16%-
XYZ33.9233.1583.21-
YUV152.46174.58102-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.92%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=22.92%
G=30.63%
B=46.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161552350.510.3400.08220.3474.8468.82
Hex749BEB332208dc4b45
Octal1642333536342010334113105
Binary11101001001101111101011110011100010010001101110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749beb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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