#75A4F6

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

Shades of Cornflower Blue #75A4F6

Tints of Cornflower Blue #75A4F6

Color information

#75A4F6 (or 0x75A4F6) is unknown color: approx Cornflower Blue. HEX triplet: 75, A4 and F6. RGB value is (117,164,246). Sum of RGB (Red+Green+Blue) = 117+164+246=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #75A4F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A4F6 is #8A5B09. Grayscale: #9E9E9E. Windows color (decimal): -9067274 or 16163957. OLE color: 16163957.

HSL color Cylindrical-coordinate representation of color #75A4F6: hue angle of 218.14º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75A4F6 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB117164246-
CMYK0.520.3300.04
HSL218.14º87.76%71.18%-
HSV(B)218.14º52.44%96.47%-
XYZ37.2536.9992.36-
YUV159.3176.9397.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.20%
GREEN value IS 164 (64.45% from 255) = 31.12%
BLUE value IS 246 (96.48% from 255) = 46.68%
R=22.20%
G=31.12%
B=46.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1171642460.520.3300.04218.1487.7671.18
Hex75A4F6342104da5847
Octal165244366644104332130107
Binary1110101101001001111011011010010000101001101101010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,164,246); }

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

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

 a { background-color: rgb(117,164,246); }

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

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

 span { border-color: rgb(117,164,246); }

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