#75A5DB

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

Shades of Jordy Blue #75A5DB

Tints of Jordy Blue #75A5DB

Color information

#75A5DB (or 0x75A5DB) is unknown color: approx Jordy Blue. HEX triplet: 75, A5 and DB. RGB value is (117,165,219). Sum of RGB (Red+Green+Blue) = 117+165+219=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #75A5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A5DB is #8A5A24. Grayscale: #9C9C9C. Windows color (decimal): -9067045 or 14394741. OLE color: 14394741.

HSL color Cylindrical-coordinate representation of color #75A5DB: hue angle of 211.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75A5DB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117165219-
CMYK0.470.2500.14
HSL211.76º58.62%65.88%-
HSV(B)211.76º46.58%85.88%-
XYZ33.5835.8172.16-
YUV156.8163.199.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.35%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=23.35%
G=32.93%
B=43.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171652190.470.2500.14211.7658.6265.88
Hex75A5DB2F190Ed43b42
Octal165245333573101632473102
Binary111010110100101110110111011111100101110110101001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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