#758AE5

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

Shades of Cornflower Blue #758AE5

Tints of Cornflower Blue #758AE5

Color information

#758AE5 (or 0x758AE5) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8A and E5. RGB value is (117,138,229). Sum of RGB (Red+Green+Blue) = 117+138+229=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #758AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AE5 is #8A751A. Grayscale: #8D8D8D. Windows color (decimal): -9073947 or 15043189. OLE color: 15043189.

HSL color Cylindrical-coordinate representation of color #758AE5: hue angle of 228.75º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758AE5 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB117138229-
CMYK0.490.4000.10
HSL228.75º68.29%67.84%-
HSV(B)228.75º48.91%89.8%-
XYZ30.5727.6277.85-
YUV142.1177.04110.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.17%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 229 (89.84% from 255) = 47.31%
R=24.17%
G=28.51%
B=47.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1171382290.490.4000.10228.7568.2967.84
Hex758AE531280Ae54444
Octal1652123456150012345104104
Binary11101011000101011100101110001101000010101110010110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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