#759FED

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

Shades of Cornflower Blue #759FED

Tints of Cornflower Blue #759FED

Color information

#759FED (or 0x759FED) is unknown color: approx Cornflower Blue. HEX triplet: 75, 9F and ED. RGB value is (117,159,237). Sum of RGB (Red+Green+Blue) = 117+159+237=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #759FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FED is #8A6012. Grayscale: #9A9A9A. Windows color (decimal): -9068563 or 15572853. OLE color: 15572853.

HSL color Cylindrical-coordinate representation of color #759FED: hue angle of 219º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759FED is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117159237-
CMYK0.510.3300.07
HSL219º76.92%69.41%-
HSV(B)219º50.63%92.94%-
XYZ35.0234.6984.97-
YUV155.33174.09100.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=22.81%
G=30.99%
B=46.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171592370.510.3300.0721976.9269.41
Hex759FED332107db4d45
Octal165237355634107333115105
Binary1110101100111111110110111001110000101111101101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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