Html Css Color HEX #7AADD9 Jordy Blue

📋 copy color: '#7AADD9'

red 122 ◦ green 173 ◦ blue 217

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

Shades of Jordy Blue #7AADD9

Tints of Jordy Blue #7AADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.79%

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 23.83%
G = 33.79%
B = 42.38%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7AADD9 (or 0x7AADD9) is known color: Jordy Blue. HEX triplet: 7A, AD and D9. RGB value is (122,173,217). Sum of RGB (Red+Green+Blue) = 122+173+217=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #7AADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADD9 is #855226. Grayscale: #A2A2A2. Windows color (decimal): -8737319 or 14265722. OLE color: 14265722.

HSL color Cylindrical-coordinate representation of color #7AADD9: hue angle of 207.79º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AADD9 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 173 217 -
CMYK 0.44 0.20 0 0.15
HSL 207.79º 0.56% 0.66% -
HSV(B) 207.79º 0.44% 0.85% -
XYZ 35.49 39.03 71.31 -
YUV 162.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 122 173 217 0.44 0.20 0 0.15 207.79 0.56 0.66
Hex 7A AD D9 2C 14 0 F D0 38 42
Octal 172 255 331 54 24 0 17 320 70 102
Binary 1111010 10101101 11011001 101100 10100 0 1111 11010000 111000 1000010

Color Harmonies of #7AADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADD9

Black with #7AADD9

Text Example


Text Example

White with #7AADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,217); }

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

background-color css

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

 a { background-color: rgb(122,173,217); }

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

border-color css

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

 span { border-color: rgb(122,173,217); }

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