#75A8F1

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

Shades of Jordy Blue #75A8F1

Tints of Jordy Blue #75A8F1

Color information

#75A8F1 (or 0x75A8F1) is unknown color: approx Jordy Blue. HEX triplet: 75, A8 and F1. RGB value is (117,168,241). Sum of RGB (Red+Green+Blue) = 117+168+241=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #75A8F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A8F1 is #8A570E. Grayscale: #A0A0A0. Windows color (decimal): -9066255 or 15837301. OLE color: 15837301.

HSL color Cylindrical-coordinate representation of color #75A8F1: hue angle of 215.32º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75A8F1 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117168241-
CMYK0.510.3000.05
HSL215.32º81.58%70.2%-
HSV(B)215.32º51.45%94.51%-
XYZ37.2238.1488.62-
YUV161.07173.196.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.24%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=22.24%
G=31.94%
B=45.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171682410.510.3000.05215.3281.5870.2
Hex75A8F1331E05d75246
Octal165250361633605327122106
Binary111010110101000111100011100111111001011101011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,168,241); }

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

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

 a { background-color: rgb(117,168,241); }

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

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

 span { border-color: rgb(117,168,241); }

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