Html Css Color HEX #7AA1EC Jordy Blue

📋 copy color: '#7AA1EC'

red 122 ◦ green 161 ◦ blue 236

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

Shades of Jordy Blue #7AA1EC

Tints of Jordy Blue #7AA1EC

RGB

 RED value IS 122 (48.05% from 255) = 23.51%

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 23.51%
G = 31.02%
B = 45.47%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7AA1EC (or 0x7AA1EC) is known color: Jordy Blue. HEX triplet: 7A, A1 and EC. RGB value is (122,161,236). Sum of RGB (Red+Green+Blue) = 122+161+236=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AA1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA1EC is #855E13. Grayscale: #9D9D9D. Windows color (decimal): -8740372 or 15507834. OLE color: 15507834.

HSL color Cylindrical-coordinate representation of color #7AA1EC: hue angle of 219.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AA1EC is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 161 236 -
CMYK 0.48 0.32 0 0.07
HSL 219.47º 0.75% 0.7% -
HSV(B) 219.47º 0.48% 0.93% -
XYZ 35.91 35.68 84.35 -
YUV 157.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 122 161 236 0.48 0.32 0 0.07 219.47 0.75 0.7
Hex 7A A1 EC 30 20 0 7 DB 4B 46
Octal 172 241 354 60 40 0 7 333 113 106
Binary 1111010 10100001 11101100 110000 100000 0 111 11011011 1001011 1000110

Color Harmonies of #7AA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA1EC

Black with #7AA1EC

Text Example


Text Example

White with #7AA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AA1EC; }

 p { color: rgb(122,161,236); }

 H1.HeaderClassName
 {
   color: #7AA1EC;
 }
 .AnyTagClassName
 {
   color: #7AA1EC;
 }
</style>

background-color css

<style>
 a { background-color: #7AA1EC; }

 a { background-color: rgb(122,161,236); }

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

border-color css

<style>
 span { border-color: #7AA1EC; }

 span { border-color: rgb(122,161,236); }

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