Html Css Color HEX #7AA6F2 Jordy Blue

📋 copy color: '#7AA6F2'

red 122 ◦ green 166 ◦ blue 242

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

Shades of Jordy Blue #7AA6F2

Tints of Jordy Blue #7AA6F2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.32%

 BLUE value IS 242 (94.92% from 255) = 45.66%

R = 23.02%
G = 31.32%
B = 45.66%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7AA6F2 (or 0x7AA6F2) is known color: Jordy Blue. HEX triplet: 7A, A6 and F2. RGB value is (122,166,242). Sum of RGB (Red+Green+Blue) = 122+166+242=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #7AA6F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA6F2 is #85590D. Grayscale: #A1A1A1. Windows color (decimal): -8739086 or 15902330. OLE color: 15902330.

HSL color Cylindrical-coordinate representation of color #7AA6F2: hue angle of 218º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AA6F2 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 166 242 -
CMYK 0.50 0.31 0 0.05
HSL 218º 0.82% 0.71% -
HSV(B) 218º 0.5% 0.95% -
XYZ 37.69 37.82 89.32 -
YUV 161.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 122 166 242 0.50 0.31 0 0.05 218 0.82 0.71
Hex 7A A6 F2 32 1F 0 5 DA 52 47
Octal 172 246 362 62 37 0 5 332 122 107
Binary 1111010 10100110 11110010 110010 11111 0 101 11011010 1010010 1000111

Color Harmonies of #7AA6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA6F2

Black with #7AA6F2

Text Example


Text Example

White with #7AA6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,166,242); }

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

background-color css

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

 a { background-color: rgb(122,166,242); }

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

border-color css

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

 span { border-color: rgb(122,166,242); }

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