#75A3F1

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

Shades of Jordy Blue #75A3F1

Tints of Jordy Blue #75A3F1

Color information

#75A3F1 (or 0x75A3F1) is unknown color: approx Jordy Blue. HEX triplet: 75, A3 and F1. RGB value is (117,163,241). Sum of RGB (Red+Green+Blue) = 117+163+241=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #75A3F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A3F1 is #8A5C0E. Grayscale: #9D9D9D. Windows color (decimal): -9067535 or 15836021. OLE color: 15836021.

HSL color Cylindrical-coordinate representation of color #75A3F1: hue angle of 217.74º 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 #75A3F1 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117163241-
CMYK0.510.3200.05
HSL217.74º81.58%70.2%-
HSV(B)217.74º51.45%94.51%-
XYZ36.3136.3388.32-
YUV158.14174.7698.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 241 (94.53% from 255) = 46.26%
R=22.46%
G=31.29%
B=46.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171632410.510.3200.05217.7481.5870.2
Hex75A3F1332005da5246
Octal165243361634005332122106
Binary1110101101000111111000111001110000001011101101010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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