#75A3F9

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

Shades of Cornflower Blue #75A3F9

Tints of Cornflower Blue #75A3F9

Color information

#75A3F9 (or 0x75A3F9) is unknown color: approx Cornflower Blue. HEX triplet: 75, A3 and F9. RGB value is (117,163,249). Sum of RGB (Red+Green+Blue) = 117+163+249=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #75A3F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A3F9 is #8A5C06. Grayscale: #9E9E9E. Windows color (decimal): -9067527 or 16360309. OLE color: 16360309.

HSL color Cylindrical-coordinate representation of color #75A3F9: hue angle of 219.09º 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 #75A3F9 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117163249-
CMYK0.530.3500.02
HSL219.09º91.67%71.76%-
HSV(B)219.09º53.01%97.65%-
XYZ37.5336.8294.75-
YUV159.05178.7698.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.12%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 249 (97.66% from 255) = 47.07%
R=22.12%
G=30.81%
B=47.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171632490.530.3500.02219.0991.6771.76
Hex75A3F9352302db5c48
Octal165243371654302333134110
Binary111010110100011111110011101011000110101101101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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