#759BE7

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

Shades of Cornflower Blue #759BE7

Tints of Cornflower Blue #759BE7

Color information

#759BE7 (or 0x759BE7) is unknown color: approx Cornflower Blue. HEX triplet: 75, 9B and E7. RGB value is (117,155,231). Sum of RGB (Red+Green+Blue) = 117+155+231=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #759BE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BE7 is #8A6418. Grayscale: #979797. Windows color (decimal): -9069593 or 15178613. OLE color: 15178613.

HSL color Cylindrical-coordinate representation of color #759BE7: hue angle of 220º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #759BE7 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117155231-
CMYK0.490.3300.09
HSL220º70.37%68.24%-
HSV(B)220º49.35%90.59%-
XYZ33.4832.9980.21-
YUV152.3172.41102.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.26%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 231 (90.62% from 255) = 45.92%
R=23.26%
G=30.82%
B=45.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171552310.490.3300.0922070.3768.24
Hex759BE7312109dc4644
Octal1652333476141011334106104
Binary11101011001101111100111110001100001010011101110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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