#758CF7

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

Shades of Cornflower Blue #758CF7

Tints of Cornflower Blue #758CF7

Color information

#758CF7 (or 0x758CF7) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8C and F7. RGB value is (117,140,247). Sum of RGB (Red+Green+Blue) = 117+140+247=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #758CF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CF7 is #8A7308. Grayscale: #909090. Windows color (decimal): -9073417 or 16223349. OLE color: 16223349.

HSL color Cylindrical-coordinate representation of color #758CF7: hue angle of 229.38º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758CF7 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB117140247-
CMYK0.530.4300.03
HSL229.38º89.04%71.37%-
HSV(B)229.38º52.63%96.86%-
XYZ33.529.2591.88-
YUV145.32185.38107.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.21%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 247 (96.88% from 255) = 49.01%
R=23.21%
G=27.78%
B=49.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1171402470.530.4300.03229.3889.0471.37
Hex758CF7352B03e55947
Octal165214367655303345131107
Binary111010110001100111101111101011010110111110010110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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