Html Css Color HEX #75A5E1 Jordy Blue

📋 copy color: '#75A5E1'

red 117 ◦ green 165 ◦ blue 225

#75A5E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #75A5E1

Tints of Jordy Blue #75A5E1

RGB

 RED value IS 117 (46.09% from 255) = 23.08%

 GREEN value IS 165 (64.84% from 255) = 32.54%

 BLUE value IS 225 (88.28% from 255) = 44.38%

R = 23.08%
G = 32.54%
B = 44.38%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#75A5E1 (or 0x75A5E1) is known color: Jordy Blue. HEX triplet: 75, A5 and E1. RGB value is (117,165,225). Sum of RGB (Red+Green+Blue) = 117+165+225=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #75A5E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A5E1 is #8A5A1E. Grayscale: #9D9D9D. Windows color (decimal): -9067039 or 14787957. OLE color: 14787957.

HSL color Cylindrical-coordinate representation of color #75A5E1: hue angle of 213.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75A5E1 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 165 225 -
CMYK 0.48 0.27 0 0.12
HSL 213.33º 0.64% 0.67% -
HSV(B) 213.33º 0.48% 0.88% -
XYZ 34.38 36.13 76.4 -
YUV 157.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 117 165 225 0.48 0.27 0 0.12 213.33 0.64 0.67
Hex 75 A5 E1 30 1B 0 C D5 40 43
Octal 165 245 341 60 33 0 14 325 100 103
Binary 1110101 10100101 11100001 110000 11011 0 1100 11010101 1000000 1000011

Color Harmonies of #75A5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A5E1

Black with #75A5E1

Text Example


Text Example

White with #75A5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75A5E1;
 }
 .AnyTagClassName
 {
   color: #75A5E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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