#75A0FC

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

Shades of Cornflower Blue #75A0FC

Tints of Cornflower Blue #75A0FC

Color information

#75A0FC (or 0x75A0FC) is unknown color: approx Cornflower Blue. HEX triplet: 75, A0 and FC. RGB value is (117,160,252). Sum of RGB (Red+Green+Blue) = 117+160+252=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #75A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A0FC is #8A5F03. Grayscale: #9D9D9D. Windows color (decimal): -9068292 or 16556149. OLE color: 16556149.

HSL color Cylindrical-coordinate representation of color #75A0FC: hue angle of 220.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 #75A0FC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117160252-
CMYK0.540.3700.01
HSL220.89º95.74%72.35%-
HSV(B)220.89º53.57%98.82%-
XYZ37.4835.9597.06-
YUV157.63181.2599.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.12%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=22.12%
G=30.25%
B=47.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171602520.540.3700.01220.8995.7472.35
Hex75A0FC362501dd6048
Octal165240374664501335140110
Binary11101011010000011111100110110100101011101110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A0FC; }

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

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

<style>
 a { background-color: #75A0FC; }

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

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

<style>
 span { border-color: #75A0FC; }

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

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