#759FFC

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

Shades of Cornflower Blue #759FFC

Tints of Cornflower Blue #759FFC

Color information

#759FFC (or 0x759FFC) is unknown color: approx Cornflower Blue. HEX triplet: 75, 9F and FC. RGB value is (117,159,252). Sum of RGB (Red+Green+Blue) = 117+159+252=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #759FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FFC is #8A6003. Grayscale: #9C9C9C. Windows color (decimal): -9068548 or 16555893. OLE color: 16555893.

HSL color Cylindrical-coordinate representation of color #759FFC: hue angle of 221.33º 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 #759FFC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117159252-
CMYK0.540.3700.01
HSL221.33º95.74%72.35%-
HSV(B)221.33º53.57%98.82%-
XYZ37.335.6197-
YUV157.04181.5999.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.16%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 252 (98.83% from 255) = 47.73%
R=22.16%
G=30.11%
B=47.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171592520.540.3700.01221.3395.7472.35
Hex759FFC362501dd6048
Octal165237374664501335140110
Binary11101011001111111111100110110100101011101110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759FFC; }

 p { color: rgb(117,159,252); }

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

<style>
 a { background-color: #759FFC; }

 a { background-color: rgb(117,159,252); }

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

<style>
 span { border-color: #759FFC; }

 span { border-color: rgb(117,159,252); }

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