#75A4F2

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

Shades of Jordy Blue #75A4F2

Tints of Jordy Blue #75A4F2

Color information

#75A4F2 (or 0x75A4F2) is unknown color: approx Jordy Blue. HEX triplet: 75, A4 and F2. RGB value is (117,164,242). Sum of RGB (Red+Green+Blue) = 117+164+242=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #75A4F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A4F2 is #8A5B0D. Grayscale: #9E9E9E. Windows color (decimal): -9067278 or 15901813. OLE color: 15901813.

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

Color convert

RGB117164242-
CMYK0.520.3200.05
HSL217.44º82.78%70.39%-
HSV(B)217.44º51.65%94.9%-
XYZ36.6436.7489.17-
YUV158.84174.9398.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.37%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 242 (94.92% from 255) = 46.27%
R=22.37%
G=31.36%
B=46.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171642420.520.3200.05217.4482.7870.39
Hex75A4F2342005d95346
Octal165244362644005331123106
Binary1110101101001001111001011010010000001011101100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,164,242); }

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

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

 a { background-color: rgb(117,164,242); }

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

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

 span { border-color: rgb(117,164,242); }

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