#758AEA

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

Shades of Cornflower Blue #758AEA

Tints of Cornflower Blue #758AEA

Color information

#758AEA (or 0x758AEA) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8A and EA. RGB value is (117,138,234). Sum of RGB (Red+Green+Blue) = 117+138+234=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #758AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AEA is #8A7515. Grayscale: #8E8E8E. Windows color (decimal): -9073942 or 15370869. OLE color: 15370869.

HSL color Cylindrical-coordinate representation of color #758AEA: hue angle of 229.23º 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 #758AEA is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117138234-
CMYK0.50.4100.08
HSL229.23º73.58%68.82%-
HSV(B)229.23º50%91.76%-
XYZ31.2827.981.58-
YUV142.67179.54109.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.93%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 234 (91.80% from 255) = 47.85%
R=23.93%
G=28.22%
B=47.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171382340.50.4100.08229.2373.5868.82
Hex758AEA322908e54a45
Octal1652123526251010345112105
Binary11101011000101011101010110010101001010001110010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758AEA; }

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

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

<style>
 a { background-color: #758AEA; }

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

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

<style>
 span { border-color: #758AEA; }

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

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