#75A3FD

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

Shades of Cornflower Blue #75A3FD

Tints of Cornflower Blue #75A3FD

Color information

#75A3FD (or 0x75A3FD) is unknown color: approx Cornflower Blue. HEX triplet: 75, A3 and FD. RGB value is (117,163,253). Sum of RGB (Red+Green+Blue) = 117+163+253=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #75A3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A3FD is #8A5C02. Grayscale: #9F9F9F. Windows color (decimal): -9067523 or 16622453. OLE color: 16622453.

HSL color Cylindrical-coordinate representation of color #75A3FD: hue angle of 219.71º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75A3FD is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117163253-
CMYK0.540.3600.01
HSL219.71º97.14%72.55%-
HSV(B)219.71º53.75%99.22%-
XYZ38.1637.0798.07-
YUV159.51180.7697.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.95%
GREEN value IS 163 (64.06% from 255) = 30.58%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=21.95%
G=30.58%
B=47.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171632530.540.3600.01219.7197.1472.55
Hex75A3FD362401dc6149
Octal165243375664401334141111
Binary11101011010001111111101110110100100011101110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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