#758EE1

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

Shades of Cornflower Blue #758EE1

Tints of Cornflower Blue #758EE1

Color information

#758EE1 (or 0x758EE1) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8E and E1. RGB value is (117,142,225). Sum of RGB (Red+Green+Blue) = 117+142+225=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #758EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EE1 is #8A711E. Grayscale: #8F8F8F. Windows color (decimal): -9072927 or 14782069. OLE color: 14782069.

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

Color convert

RGB117142225-
CMYK0.480.3700.12
HSL226.11º64.29%67.06%-
HSV(B)226.11º48%88.24%-
XYZ30.628.5675.13-
YUV143.99173.72108.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.17%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 225 (88.28% from 255) = 46.49%
R=24.17%
G=29.34%
B=46.49%

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
Decimal1171422250.480.3700.12226.1164.2967.06
Hex758EE130250Ce24043
Octal1652163416045014342100103
Binary11101011000111011100001110000100101011001110001010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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