Html Css Color HEX #75A7E1 Jordy Blue

📋 copy color: '#75A7E1'

red 117 ◦ green 167 ◦ blue 225

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

Shades of Jordy Blue #75A7E1

Tints of Jordy Blue #75A7E1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.81%

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

R = 22.99%
G = 32.81%
B = 44.2%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#75A7E1 (or 0x75A7E1) is known color: Jordy Blue. HEX triplet: 75, A7 and E1. RGB value is (117,167,225). Sum of RGB (Red+Green+Blue) = 117+167+225=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #75A7E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A7E1 is #8A581E. Grayscale: #9E9E9E. Windows color (decimal): -9066527 or 14788469. OLE color: 14788469.

HSL color Cylindrical-coordinate representation of color #75A7E1: hue angle of 212.22º 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 #75A7E1 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 167 225 -
CMYK 0.48 0.26 0 0.12
HSL 212.22º 0.64% 0.67% -
HSV(B) 212.22º 0.48% 0.88% -
XYZ 34.75 36.86 76.52 -
YUV 158.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 117 167 225 0.48 0.26 0 0.12 212.22 0.64 0.67
Hex 75 A7 E1 30 1A 0 C D4 40 43
Octal 165 247 341 60 32 0 14 324 100 103
Binary 1110101 10100111 11100001 110000 11010 0 1100 11010100 1000000 1000011

Color Harmonies of #75A7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A7E1

Black with #75A7E1

Text Example


Text Example

White with #75A7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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