#75A7F1

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

Shades of Jordy Blue #75A7F1

Tints of Jordy Blue #75A7F1

Color information

#75A7F1 (or 0x75A7F1) is unknown color: approx Jordy Blue. HEX triplet: 75, A7 and F1. RGB value is (117,167,241). Sum of RGB (Red+Green+Blue) = 117+167+241=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #75A7F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A7F1 is #8A580E. Grayscale: #A0A0A0. Windows color (decimal): -9066511 or 15837045. OLE color: 15837045.

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

Color convert

RGB117167241-
CMYK0.510.3100.05
HSL215.81º81.58%70.2%-
HSV(B)215.81º51.45%94.51%-
XYZ37.0337.7788.56-
YUV160.49173.4496.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 167 (65.62% from 255) = 31.81%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=22.29%
G=31.81%
B=45.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171672410.510.3100.05215.8181.5870.2
Hex75A7F1331F05d85246
Octal165247361633705330122106
Binary111010110100111111100011100111111101011101100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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