Html Css Color HEX #7AA9FF Jordy Blue

📋 copy color: '#7AA9FF'

red 122 ◦ green 169 ◦ blue 255

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

Shades of Jordy Blue #7AA9FF

Tints of Jordy Blue #7AA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.95%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 22.34%
G = 30.95%
B = 46.7%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7AA9FF (or 0x7AA9FF) is known color: Jordy Blue. HEX triplet: 7A, A9 and FF. RGB value is (122,169,255). Sum of RGB (Red+Green+Blue) = 122+169+255=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #7AA9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA9FF is #855600. Grayscale: #A4A4A4. Windows color (decimal): -8738305 or 16755066. OLE color: 16755066.

HSL color Cylindrical-coordinate representation of color #7AA9FF: hue angle of 218.8º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AA9FF is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 122 169 255 -
CMYK 0.52 0.34 0 0
HSL 218.8º 1% 0.74% -
HSV(B) 218.8º 0.52% 1% -
XYZ 40.26 39.73 100.15 -
YUV 164.75 178.93 97.51 -
System Red Green Blue C M Y K H S L
Decimal 122 169 255 0.52 0.34 0 0 218.8 1 0.74
Hex 7A A9 FF 34 22 0 0 DB 64 4A
Octal 172 251 377 64 42 0 0 333 144 112
Binary 1111010 10101001 11111111 110100 100010 0 0 11011011 1100100 1001010

Color Harmonies of #7AA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA9FF

Black with #7AA9FF

Text Example


Text Example

White with #7AA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,169,255); }

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

background-color css

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

 a { background-color: rgb(122,169,255); }

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

border-color css

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

 span { border-color: rgb(122,169,255); }

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