Html Css Color HEX #7AA2DE Jordy Blue

📋 copy color: '#7AA2DE'

red 122 ◦ green 162 ◦ blue 222

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

Shades of Jordy Blue #7AA2DE

Tints of Jordy Blue #7AA2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 24.11%
G = 32.02%
B = 43.87%

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

#7AA2DE (or 0x7AA2DE) is known color: Jordy Blue. HEX triplet: 7A, A2 and DE. RGB value is (122,162,222). Sum of RGB (Red+Green+Blue) = 122+162+222=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #7AA2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA2DE is #855D21. Grayscale: #9C9C9C. Windows color (decimal): -8740130 or 14590586. OLE color: 14590586.

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

Color convert

RGB 122 162 222 -
CMYK 0.45 0.27 0 0.13
HSL 216º 0.6% 0.67% -
HSV(B) 216º 0.45% 0.87% -
XYZ 34.13 35.25 74.11 -
YUV 156.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 122 162 222 0.45 0.27 0 0.13 216 0.6 0.67
Hex 7A A2 DE 2D 1B 0 D D8 3C 43
Octal 172 242 336 55 33 0 15 330 74 103
Binary 1111010 10100010 11011110 101101 11011 0 1101 11011000 111100 1000011

Color Harmonies of #7AA2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA2DE

Black with #7AA2DE

Text Example


Text Example

White with #7AA2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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