#758EFC

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

Shades of Cornflower Blue #758EFC

Tints of Cornflower Blue #758EFC

Color information

#758EFC (or 0x758EFC) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8E and FC. RGB value is (117,142,252). Sum of RGB (Red+Green+Blue) = 117+142+252=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #758EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EFC is #8A7103. Grayscale: #929292. Windows color (decimal): -9072900 or 16551541. OLE color: 16551541.

HSL color Cylindrical-coordinate representation of color #758EFC: hue angle of 228.89º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758EFC is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117142252-
CMYK0.540.4400.01
HSL228.89º95.74%72.35%-
HSV(B)228.89º53.57%98.82%-
XYZ34.5830.1696.09-
YUV147.06187.22106.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.90%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 252 (98.83% from 255) = 49.32%
R=22.90%
G=27.79%
B=49.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171422520.540.4400.01228.8995.7472.35
Hex758EFC362C01e56048
Octal165216374665401345140110
Binary11101011000111011111100110110101100011110010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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