#7aa0dd

Color #7AA0DD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7AA0DD

Tints of Jordy Blue #7AA0DD

Color information

#7AA0DD (or 0x7AA0DD) is unknown color: approx 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

RGB122160221-
CMYK0.450.2800.13
HSL216.97º59.28%67.25%-
HSV(B)216.97º44.8%86.67%-
XYZ33.6534.573.29-
YUV155.59164.91104.04-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221602210.450.2800.13216.9759.2867.25
Hex7AA0DD2D1C0Dd93b43
Octal172240335553401533173103
Binary111101010100000110111011011011110001101110110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aa0dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>