#759BF1

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

Shades of Cornflower Blue #759BF1

Tints of Cornflower Blue #759BF1

Color information

#759BF1 (or 0x759BF1) is unknown color: approx Cornflower Blue. HEX triplet: 75, 9B and F1. RGB value is (117,155,241). Sum of RGB (Red+Green+Blue) = 117+155+241=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #759BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BF1 is #8A640E. Grayscale: #999999. Windows color (decimal): -9069583 or 15833973. OLE color: 15833973.

HSL color Cylindrical-coordinate representation of color #759BF1: hue angle of 221.61º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759BF1 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117155241-
CMYK0.510.3600.05
HSL221.61º81.58%70.2%-
HSV(B)221.61º51.45%94.51%-
XYZ34.9333.5887.86-
YUV153.44177.41102.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=22.81%
G=30.21%
B=46.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171552410.510.3600.05221.6181.5870.2
Hex759BF1332405de5246
Octal165233361634405336122106
Binary1110101100110111111000111001110010001011101111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,155,241); }

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

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

 a { background-color: rgb(117,155,241); }

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

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

 span { border-color: rgb(117,155,241); }

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