#75A5DA

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

Shades of Jordy Blue #75A5DA

Tints of Jordy Blue #75A5DA

Color information

#75A5DA (or 0x75A5DA) is unknown color: approx Jordy Blue. HEX triplet: 75, A5 and DA. RGB value is (117,165,218). Sum of RGB (Red+Green+Blue) = 117+165+218=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #75A5DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A5DA is #8A5A25. Grayscale: #9C9C9C. Windows color (decimal): -9067046 or 14329205. OLE color: 14329205.

HSL color Cylindrical-coordinate representation of color #75A5DA: hue angle of 211.49º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A5DA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117165218-
CMYK0.460.2400.15
HSL211.49º57.71%65.69%-
HSV(B)211.49º46.33%85.49%-
XYZ33.4535.7571.47-
YUV156.69162.699.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.4%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=23.4%
G=33%
B=43.6%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171652180.460.2400.15211.4957.7165.69
Hex75A5DA2E180Fd33a42
Octal165245332563001732372102
Binary111010110100101110110101011101100001111110100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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