Html Css Color HEX #7AA0DD Jordy Blue

📋 copy color: '#7AA0DD'

red 122 ◦ green 160 ◦ blue 221

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

Shades of Jordy Blue #7AA0DD

Tints of Jordy Blue #7AA0DD

RGB

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

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

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

R = 24.25%
G = 31.81%
B = 43.94%

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

#7AA0DD (or 0x7AA0DD) is known color: Jordy Blue. HEX triplet: 7A, A0 and DD. RGB value is (122,160,221). Sum of RGB (Red+Green+Blue) = 122+160+221=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0DD is #855F22. Grayscale: #9B9B9B. Windows color (decimal): -8740643 or 14524538. OLE color: 14524538.

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

Color convert

RGB 122 160 221 -
CMYK 0.45 0.28 0 0.13
HSL 216.97º 0.59% 0.67% -
HSV(B) 216.97º 0.45% 0.87% -
XYZ 33.65 34.5 73.29 -
YUV 155.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 122 160 221 0.45 0.28 0 0.13 216.97 0.59 0.67
Hex 7A A0 DD 2D 1C 0 D D9 3B 43
Octal 172 240 335 55 34 0 15 331 73 103
Binary 1111010 10100000 11011101 101101 11100 0 1101 11011001 111011 1000011

Color Harmonies of #7AA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA0DD

Black with #7AA0DD

Text Example


Text Example

White with #7AA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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