Html Css Color HEX #7AA0DE Jordy Blue

📋 copy color: '#7AA0DE'

red 122 ◦ green 160 ◦ blue 222

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

Shades of Jordy Blue #7AA0DE

Tints of Jordy Blue #7AA0DE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.75%

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 24.21%
G = 31.75%
B = 44.05%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AA0DE (or 0x7AA0DE) is known color: Jordy Blue. HEX triplet: 7A, A0 and DE. RGB value is (122,160,222). Sum of RGB (Red+Green+Blue) = 122+160+222=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #7AA0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0DE is #855F21. Grayscale: #9B9B9B. Windows color (decimal): -8740642 or 14590074. OLE color: 14590074.

HSL color Cylindrical-coordinate representation of color #7AA0DE: hue angle of 217.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA0DE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 160 222 -
CMYK 0.45 0.28 0 0.13
HSL 217.2º 0.6% 0.67% -
HSV(B) 217.2º 0.45% 0.87% -
XYZ 33.78 34.55 74 -
YUV 155.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 122 160 222 0.45 0.28 0 0.13 217.2 0.6 0.67
Hex 7A A0 DE 2D 1C 0 D D9 3C 43
Octal 172 240 336 55 34 0 15 331 74 103
Binary 1111010 10100000 11011110 101101 11100 0 1101 11011001 111100 1000011

Color Harmonies of #7AA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA0DE

Black with #7AA0DE

Text Example


Text Example

White with #7AA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,160,222); }

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

background-color css

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

 a { background-color: rgb(122,160,222); }

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

border-color css

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

 span { border-color: rgb(122,160,222); }

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