Html Css Color HEX #75A1EA Jordy Blue

📋 copy color: '#75A1EA'

red 117 ◦ green 161 ◦ blue 234

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

Shades of Jordy Blue #75A1EA

Tints of Jordy Blue #75A1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.45%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 22.85%
G = 31.45%
B = 45.7%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#75A1EA (or 0x75A1EA) is known color: Jordy Blue. HEX triplet: 75, A1 and EA. RGB value is (117,161,234). Sum of RGB (Red+Green+Blue) = 117+161+234=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #75A1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A1EA is #8A5E15. Grayscale: #9B9B9B. Windows color (decimal): -9068054 or 15376757. OLE color: 15376757.

HSL color Cylindrical-coordinate representation of color #75A1EA: hue angle of 217.44º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75A1EA is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 161 234 -
CMYK 0.5 0.31 0 0.08
HSL 217.44º 0.74% 0.69% -
HSV(B) 217.44º 0.5% 0.92% -
XYZ 34.93 35.21 82.8 -
YUV 156.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 117 161 234 0.5 0.31 0 0.08 217.44 0.74 0.69
Hex 75 A1 EA 32 1F 0 8 D9 4A 45
Octal 165 241 352 62 37 0 10 331 112 105
Binary 1110101 10100001 11101010 110010 11111 0 1000 11011001 1001010 1000101

Color Harmonies of #75A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A1EA

Black with #75A1EA

Text Example


Text Example

White with #75A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,161,234); }

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

background-color css

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

 a { background-color: rgb(117,161,234); }

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

border-color css

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

 span { border-color: rgb(117,161,234); }

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