#758CE1

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

Shades of Cornflower Blue #758CE1

Tints of Cornflower Blue #758CE1

Color information

#758CE1 (or 0x758CE1) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8C and E1. RGB value is (117,140,225). Sum of RGB (Red+Green+Blue) = 117+140+225=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #758CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CE1 is #8A731E. Grayscale: #8E8E8E. Windows color (decimal): -9073439 or 14781557. OLE color: 14781557.

HSL color Cylindrical-coordinate representation of color #758CE1: hue angle of 227.22º 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 #758CE1 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117140225-
CMYK0.480.3800.12
HSL227.22º64.29%67.06%-
HSV(B)227.22º48%88.24%-
XYZ30.327.9775.04-
YUV142.81174.38109.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 225 (88.28% from 255) = 46.68%
R=24.27%
G=29.05%
B=46.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171402250.480.3800.12227.2264.2967.06
Hex758CE130260Ce34043
Octal1652143416046014343100103
Binary11101011000110011100001110000100110011001110001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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