Html Css Color HEX #7AA0DC Jordy Blue

📋 copy color: '#7AA0DC'

red 122 ◦ green 160 ◦ blue 220

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

Shades of Jordy Blue #7AA0DC

Tints of Jordy Blue #7AA0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 24.3%
G = 31.87%
B = 43.82%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AA0DC (or 0x7AA0DC) is known color: Jordy Blue. HEX triplet: 7A, A0 and DC. RGB value is (122,160,220). Sum of RGB (Red+Green+Blue) = 122+160+220=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AA0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA0DC is #855F23. Grayscale: #9B9B9B. Windows color (decimal): -8740644 or 14459002. OLE color: 14459002.

HSL color Cylindrical-coordinate representation of color #7AA0DC: hue angle of 216.73º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA0DC is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 160 220 -
CMYK 0.45 0.27 0 0.14
HSL 216.73º 0.58% 0.67% -
HSV(B) 216.73º 0.45% 0.86% -
XYZ 33.52 34.45 72.59 -
YUV 155.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 122 160 220 0.45 0.27 0 0.14 216.73 0.58 0.67
Hex 7A A0 DC 2D 1B 0 E D9 3A 43
Octal 172 240 334 55 33 0 16 331 72 103
Binary 1111010 10100000 11011100 101101 11011 0 1110 11011001 111010 1000011

Color Harmonies of #7AA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA0DC

Black with #7AA0DC

Text Example


Text Example

White with #7AA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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