Html Css Color HEX #7AA8DB Jordy Blue

📋 copy color: '#7AA8DB'

red 122 ◦ green 168 ◦ blue 219

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

Shades of Jordy Blue #7AA8DB

Tints of Jordy Blue #7AA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.01%

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

R = 23.97%
G = 33.01%
B = 43.03%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AA8DB (or 0x7AA8DB) is known color: Jordy Blue. HEX triplet: 7A, A8 and DB. RGB value is (122,168,219). Sum of RGB (Red+Green+Blue) = 122+168+219=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AA8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA8DB is #855724. Grayscale: #9F9F9F. Windows color (decimal): -8738597 or 14395514. OLE color: 14395514.

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

Color convert

RGB 122 168 219 -
CMYK 0.44 0.23 0 0.14
HSL 211.55º 0.57% 0.67% -
HSV(B) 211.55º 0.44% 0.86% -
XYZ 34.81 37.26 72.37 -
YUV 160.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 122 168 219 0.44 0.23 0 0.14 211.55 0.57 0.67
Hex 7A A8 DB 2C 17 0 E D4 39 43
Octal 172 250 333 54 27 0 16 324 71 103
Binary 1111010 10101000 11011011 101100 10111 0 1110 11010100 111001 1000011

Color Harmonies of #7AA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA8DB

Black with #7AA8DB

Text Example


Text Example

White with #7AA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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