#758FFC

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

Shades of Cornflower Blue #758FFC

Tints of Cornflower Blue #758FFC

Color information

#758FFC (or 0x758FFC) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8F and FC. RGB value is (117,143,252). Sum of RGB (Red+Green+Blue) = 117+143+252=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #758FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FFC is #8A7003. Grayscale: #939393. Windows color (decimal): -9072644 or 16551797. OLE color: 16551797.

HSL color Cylindrical-coordinate representation of color #758FFC: hue angle of 228.44º 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 #758FFC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117143252-
CMYK0.540.4300.01
HSL228.44º95.74%72.35%-
HSV(B)228.44º53.57%98.82%-
XYZ34.7330.4696.14-
YUV147.65186.89106.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.85%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 252 (98.83% from 255) = 49.22%
R=22.85%
G=27.93%
B=49.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171432520.540.4300.01228.4495.7472.35
Hex758FFC362B01e46048
Octal165217374665301344140110
Binary11101011000111111111100110110101011011110010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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