#758DE1

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

Shades of Cornflower Blue #758DE1

Tints of Cornflower Blue #758DE1

Color information

#758DE1 (or 0x758DE1) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8D and E1. RGB value is (117,141,225). Sum of RGB (Red+Green+Blue) = 117+141+225=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #758DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DE1 is #8A721E. Grayscale: #8F8F8F. Windows color (decimal): -9073183 or 14781813. OLE color: 14781813.

HSL color Cylindrical-coordinate representation of color #758DE1: hue angle of 226.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758DE1 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117141225-
CMYK0.480.3700.12
HSL226.67º64.29%67.06%-
HSV(B)226.67º48%88.24%-
XYZ30.4528.2775.09-
YUV143.4174.05109.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.22%
GREEN value IS 141 (55.47% from 255) = 29.19%
BLUE value IS 225 (88.28% from 255) = 46.58%
R=24.22%
G=29.19%
B=46.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171412250.480.3700.12226.6764.2967.06
Hex758DE130250Ce34043
Octal1652153416045014343100103
Binary11101011000110111100001110000100101011001110001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,141,225); }

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

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

 a { background-color: rgb(117,141,225); }

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

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

 span { border-color: rgb(117,141,225); }

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