Html Css Color HEX #7AA3DB Jordy Blue

📋 copy color: '#7AA3DB'

red 122 ◦ green 163 ◦ blue 219

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

Shades of Jordy Blue #7AA3DB

Tints of Jordy Blue #7AA3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.34%

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

R = 24.21%
G = 32.34%
B = 43.45%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AA3DB (or 0x7AA3DB) is known color: Jordy Blue. HEX triplet: 7A, A3 and DB. RGB value is (122,163,219). Sum of RGB (Red+Green+Blue) = 122+163+219=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AA3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3DB is #855C24. Grayscale: #9C9C9C. Windows color (decimal): -8739877 or 14394234. OLE color: 14394234.

HSL color Cylindrical-coordinate representation of color #7AA3DB: hue angle of 214.64º 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 #7AA3DB is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 163 219 -
CMYK 0.44 0.26 0 0.14
HSL 214.64º 0.57% 0.67% -
HSV(B) 214.64º 0.44% 0.86% -
XYZ 33.91 35.45 72.07 -
YUV 157.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 122 163 219 0.44 0.26 0 0.14 214.64 0.57 0.67
Hex 7A A3 DB 2C 1A 0 E D7 39 43
Octal 172 243 333 54 32 0 16 327 71 103
Binary 1111010 10100011 11011011 101100 11010 0 1110 11010111 111001 1000011

Color Harmonies of #7AA3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA3DB

Black with #7AA3DB

Text Example


Text Example

White with #7AA3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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