Html Css Color HEX #7AA3DC Jordy Blue

📋 copy color: '#7AA3DC'

red 122 ◦ green 163 ◦ blue 220

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

Shades of Jordy Blue #7AA3DC

Tints of Jordy Blue #7AA3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 24.16%
G = 32.28%
B = 43.56%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AA3DC (or 0x7AA3DC) is known color: Jordy Blue. HEX triplet: 7A, A3 and DC. RGB value is (122,163,220). Sum of RGB (Red+Green+Blue) = 122+163+220=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AA3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3DC is #855C23. Grayscale: #9C9C9C. Windows color (decimal): -8739876 or 14459770. OLE color: 14459770.

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

Color convert

RGB 122 163 220 -
CMYK 0.45 0.26 0 0.14
HSL 214.9º 0.58% 0.67% -
HSV(B) 214.9º 0.45% 0.86% -
XYZ 34.04 35.5 72.77 -
YUV 157.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 122 163 220 0.45 0.26 0 0.14 214.9 0.58 0.67
Hex 7A A3 DC 2D 1A 0 E D7 3A 43
Octal 172 243 334 55 32 0 16 327 72 103
Binary 1111010 10100011 11011100 101101 11010 0 1110 11010111 111010 1000011

Color Harmonies of #7AA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA3DC

Black with #7AA3DC

Text Example


Text Example

White with #7AA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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