Html Css Color HEX #7AA7F4 Jordy Blue

📋 copy color: '#7AA7F4'

red 122 ◦ green 167 ◦ blue 244

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

Shades of Jordy Blue #7AA7F4

Tints of Jordy Blue #7AA7F4

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.33%

 BLUE value IS 244 (95.7% from 255) = 45.78%

R = 22.89%
G = 31.33%
B = 45.78%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7AA7F4 (or 0x7AA7F4) is known color: Jordy Blue. HEX triplet: 7A, A7 and F4. RGB value is (122,167,244). Sum of RGB (Red+Green+Blue) = 122+167+244=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #7AA7F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA7F4 is #85580B. Grayscale: #A1A1A1. Windows color (decimal): -8738828 or 16033658. OLE color: 16033658.

HSL color Cylindrical-coordinate representation of color #7AA7F4: hue angle of 217.87º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AA7F4 is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 167 244 -
CMYK 0.5 0.32 0 0.04
HSL 217.87º 0.85% 0.72% -
HSV(B) 217.87º 0.5% 0.96% -
XYZ 38.17 38.31 90.97 -
YUV 162.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 122 167 244 0.5 0.32 0 0.04 217.87 0.85 0.72
Hex 7A A7 F4 32 20 0 4 DA 55 48
Octal 172 247 364 62 40 0 4 332 125 110
Binary 1111010 10100111 11110100 110010 100000 0 100 11011010 1010101 1001000

Color Harmonies of #7AA7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA7F4

Black with #7AA7F4

Text Example


Text Example

White with #7AA7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,167,244); }

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

background-color css

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

 a { background-color: rgb(122,167,244); }

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

border-color css

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

 span { border-color: rgb(122,167,244); }

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