Html Css Color HEX #7AA2DD Jordy Blue

📋 copy color: '#7AA2DD'

red 122 ◦ green 162 ◦ blue 221

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

Shades of Jordy Blue #7AA2DD

Tints of Jordy Blue #7AA2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.08%

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

R = 24.16%
G = 32.08%
B = 43.76%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AA2DD (or 0x7AA2DD) is known color: Jordy Blue. HEX triplet: 7A, A2 and DD. RGB value is (122,162,221). Sum of RGB (Red+Green+Blue) = 122+162+221=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AA2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA2DD is #855D22. Grayscale: #9C9C9C. Windows color (decimal): -8740131 or 14525050. OLE color: 14525050.

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

Color convert

RGB 122 162 221 -
CMYK 0.45 0.27 0 0.13
HSL 215.76º 0.59% 0.67% -
HSV(B) 215.76º 0.45% 0.87% -
XYZ 34 35.2 73.41 -
YUV 156.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 122 162 221 0.45 0.27 0 0.13 215.76 0.59 0.67
Hex 7A A2 DD 2D 1B 0 D D8 3B 43
Octal 172 242 335 55 33 0 15 330 73 103
Binary 1111010 10100010 11011101 101101 11011 0 1101 11011000 111011 1000011

Color Harmonies of #7AA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA2DD

Black with #7AA2DD

Text Example


Text Example

White with #7AA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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