#759cea

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

Shades of Cornflower Blue #759CEA

Tints of Cornflower Blue #759CEA

Color information

#759CEA (or 0x759CEA) is unknown color: approx Cornflower Blue. HEX triplet: 75, 9C and EA. RGB value is (117,156,234). Sum of RGB (Red+Green+Blue) = 117+156+234=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #759CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CEA is #8A6315. Grayscale: #989898. Windows color (decimal): -9069334 or 15375477. OLE color: 15375477.

HSL color Cylindrical-coordinate representation of color #759CEA: hue angle of 220º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759CEA is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117156234-
CMYK0.50.3300.08
HSL220º73.58%68.82%-
HSV(B)220º50%91.76%-
XYZ34.0833.582.51-
YUV153.23173.58102.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171562340.50.3300.0822073.5868.82
Hex759CEA322108dc4a45
Octal1652343526241010334112105
Binary11101011001110011101010110010100001010001101110010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759cea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,156,234); }

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

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

 a { background-color: rgb(117,156,234); }

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

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

 span { border-color: rgb(117,156,234); }

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