#75A5F9

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

Shades of Cornflower Blue #75A5F9

Tints of Cornflower Blue #75A5F9

Color information

#75A5F9 (or 0x75A5F9) is unknown color: approx Cornflower Blue. HEX triplet: 75, A5 and F9. RGB value is (117,165,249). Sum of RGB (Red+Green+Blue) = 117+165+249=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #75A5F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A5F9 is #8A5A06. Grayscale: #9F9F9F. Windows color (decimal): -9067015 or 16360821. OLE color: 16360821.

HSL color Cylindrical-coordinate representation of color #75A5F9: hue angle of 218.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75A5F9 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117165249-
CMYK0.530.3400.02
HSL218.18º91.67%71.76%-
HSV(B)218.18º53.01%97.65%-
XYZ37.8937.5394.87-
YUV160.22178.197.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 249 (97.66% from 255) = 46.89%
R=22.03%
G=31.07%
B=46.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171652490.530.3400.02218.1891.6771.76
Hex75A5F9352202da5c48
Octal165245371654202332134110
Binary111010110100101111110011101011000100101101101010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,165,249); }

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

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

 a { background-color: rgb(117,165,249); }

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

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

 span { border-color: rgb(117,165,249); }

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