Html Css Color HEX #7AA5DB Jordy Blue

📋 copy color: '#7AA5DB'

red 122 ◦ green 165 ◦ blue 219

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

Shades of Jordy Blue #7AA5DB

Tints of Jordy Blue #7AA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.61%

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 24.11%
G = 32.61%
B = 43.28%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AA5DB (or 0x7AA5DB) is known color: Jordy Blue. HEX triplet: 7A, A5 and DB. RGB value is (122,165,219). Sum of RGB (Red+Green+Blue) = 122+165+219=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA5DB is #855A24. Grayscale: #9E9E9E. Windows color (decimal): -8739365 or 14394746. OLE color: 14394746.

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

Color convert

RGB 122 165 219 -
CMYK 0.44 0.25 0 0.14
HSL 213.4º 0.57% 0.67% -
HSV(B) 213.4º 0.44% 0.86% -
XYZ 34.27 36.16 72.19 -
YUV 158.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 122 165 219 0.44 0.25 0 0.14 213.4 0.57 0.67
Hex 7A A5 DB 2C 19 0 E D5 39 43
Octal 172 245 333 54 31 0 16 325 71 103
Binary 1111010 10100101 11011011 101100 11001 0 1110 11010101 111001 1000011

Color Harmonies of #7AA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA5DB

Black with #7AA5DB

Text Example


Text Example

White with #7AA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,165,219); }

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

background-color css

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

 a { background-color: rgb(122,165,219); }

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

border-color css

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

 span { border-color: rgb(122,165,219); }

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