#758EED

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

Shades of Cornflower Blue #758EED

Tints of Cornflower Blue #758EED

Color information

#758EED (or 0x758EED) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8E and ED. RGB value is (117,142,237). Sum of RGB (Red+Green+Blue) = 117+142+237=496 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.59% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #758EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EED is #8A7112. Grayscale: #909090. Windows color (decimal): -9072915 or 15568501. OLE color: 15568501.

HSL color Cylindrical-coordinate representation of color #758EED: hue angle of 227.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758EED is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117142237-
CMYK0.510.4000.07
HSL227.5º76.92%69.41%-
HSV(B)227.5º50.63%92.94%-
XYZ32.329.2484.06-
YUV145.35179.72107.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.59%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=23.59%
G=28.63%
B=47.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171422370.510.4000.07227.576.9269.41
Hex758EED332807e44d45
Octal165216355635007344115105
Binary1110101100011101110110111001110100001111110010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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