Html Css Color HEX #7AAADD Jordy Blue

📋 copy color: '#7AAADD'

red 122 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #7AAADD

Tints of Jordy Blue #7AAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.14%

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 23.78%
G = 33.14%
B = 43.08%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AAADD (or 0x7AAADD) is known color: Jordy Blue. HEX triplet: 7A, AA and DD. RGB value is (122,170,221). Sum of RGB (Red+Green+Blue) = 122+170+221=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAADD is #855522. Grayscale: #A1A1A1. Windows color (decimal): -8738083 or 14527098. OLE color: 14527098.

HSL color Cylindrical-coordinate representation of color #7AAADD: hue angle of 210.91º degrees, saturation: 0.59, 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 #7AAADD is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 170 221 -
CMYK 0.45 0.23 0 0.13
HSL 210.91º 0.59% 0.67% -
HSV(B) 210.91º 0.45% 0.87% -
XYZ 35.45 38.11 73.89 -
YUV 161.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 122 170 221 0.45 0.23 0 0.13 210.91 0.59 0.67
Hex 7A AA DD 2D 17 0 D D3 3B 43
Octal 172 252 335 55 27 0 15 323 73 103
Binary 1111010 10101010 11011101 101101 10111 0 1101 11010011 111011 1000011

Color Harmonies of #7AAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAADD

Black with #7AAADD

Text Example


Text Example

White with #7AAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,170,221); }

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

background-color css

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

 a { background-color: rgb(122,170,221); }

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

border-color css

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

 span { border-color: rgb(122,170,221); }

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