#749CFC

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

Shades of Cornflower Blue #749CFC

Tints of Cornflower Blue #749CFC

Color information

#749CFC (or 0x749CFC) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9C and FC. RGB value is (116,156,252). Sum of RGB (Red+Green+Blue) = 116+156+252=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #749CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CFC is #8B6303. Grayscale: #9A9A9A. Windows color (decimal): -9134852 or 16555124. OLE color: 16555124.

HSL color Cylindrical-coordinate representation of color #749CFC: hue angle of 222.35º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749CFC is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116156252-
CMYK0.540.3800.01
HSL222.35º95.77%72.16%-
HSV(B)222.35º53.97%98.82%-
XYZ36.6634.5296.83-
YUV154.98182.75100.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.14%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 252 (98.83% from 255) = 48.09%
R=22.14%
G=29.77%
B=48.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161562520.540.3800.01222.3595.7772.16
Hex749CFC362601de6048
Octal164234374664601336140110
Binary11101001001110011111100110110100110011101111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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