#749BF9

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

Shades of Cornflower Blue #749BF9

Tints of Cornflower Blue #749BF9

Color information

#749BF9 (or 0x749BF9) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9B and F9. RGB value is (116,155,249). Sum of RGB (Red+Green+Blue) = 116+155+249=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #749BF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BF9 is #8B6406. Grayscale: #999999. Windows color (decimal): -9135111 or 16358260. OLE color: 16358260.

HSL color Cylindrical-coordinate representation of color #749BF9: hue angle of 222.41º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #749BF9 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116155249-
CMYK0.530.3800.02
HSL222.41º91.72%71.57%-
HSV(B)222.41º53.41%97.65%-
XYZ36.023494.29-
YUV154.06181.58100.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.31%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=22.31%
G=29.81%
B=47.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161552490.530.3800.02222.4191.7271.57
Hex749BF9352602de5c48
Octal164233371654602336134110
Binary111010010011011111110011101011001100101101111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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