#75A2F9

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

Shades of Cornflower Blue #75A2F9

Tints of Cornflower Blue #75A2F9

Color information

#75A2F9 (or 0x75A2F9) is unknown color: approx Cornflower Blue. HEX triplet: 75, A2 and F9. RGB value is (117,162,249). Sum of RGB (Red+Green+Blue) = 117+162+249=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #75A2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A2F9 is #8A5D06. Grayscale: #9E9E9E. Windows color (decimal): -9067783 or 16360053. OLE color: 16360053.

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

Color convert

RGB117162249-
CMYK0.530.3500.02
HSL219.55º91.67%71.76%-
HSV(B)219.55º53.01%97.65%-
XYZ37.3636.4694.69-
YUV158.46179.0998.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.16%
GREEN value IS 162 (63.67% from 255) = 30.68%
BLUE value IS 249 (97.66% from 255) = 47.16%
R=22.16%
G=30.68%
B=47.16%

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
Decimal1171622490.530.3500.02219.5591.6771.76
Hex75A2F9352302dc5c48
Octal165242371654302334134110
Binary111010110100010111110011101011000110101101110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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