#749CF9

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

Shades of Cornflower Blue #749CF9

Tints of Cornflower Blue #749CF9

Color information

#749CF9 (or 0x749CF9) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9C and F9. RGB value is (116,156,249). Sum of RGB (Red+Green+Blue) = 116+156+249=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #749CF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CF9 is #8B6306. Grayscale: #9A9A9A. Windows color (decimal): -9134855 or 16358516. OLE color: 16358516.

HSL color Cylindrical-coordinate representation of color #749CF9: hue angle of 221.95º 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 #749CF9 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116156249-
CMYK0.530.3700.02
HSL221.95º91.72%71.57%-
HSV(B)221.95º53.41%97.65%-
XYZ36.1934.3394.34-
YUV154.64181.25100.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.26%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=22.26%
G=29.94%
B=47.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161562490.530.3700.02221.9591.7271.57
Hex749CF9352502de5c48
Octal164234371654502336134110
Binary111010010011100111110011101011001010101101111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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