#749CFF

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

Shades of Cornflower Blue #749CFF

Tints of Cornflower Blue #749CFF

Color information

#749CFF (or 0x749CFF) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9C and FF. RGB value is (116,156,255). Sum of RGB (Red+Green+Blue) = 116+156+255=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #749CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CFF is #8B6300. Grayscale: #9A9A9A. Windows color (decimal): -9134849 or 16751732. OLE color: 16751732.

HSL color Cylindrical-coordinate representation of color #749CFF: hue angle of 222.73º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #749CFF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB116156255-
CMYK0.550.3900
HSL222.73º100%72.75%-
HSV(B)222.73º54.51%100%-
XYZ37.1434.7199.35-
YUV155.33184.2599.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.01%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 255 (100% from 255) = 48.39%
R=22.01%
G=29.60%
B=48.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1161562550.550.3900222.7310072.75
Hex749CFF372700df6449
Octal164234377674700337144111
Binary11101001001110011111111110111100111001101111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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