Html Css Color HEX #7AACF4 Jordy Blue

📋 copy color: '#7AACF4'

red 122 ◦ green 172 ◦ blue 244

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

Shades of Jordy Blue #7AACF4

Tints of Jordy Blue #7AACF4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.97%

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

R = 22.68%
G = 31.97%
B = 45.35%

CMYK

 C value IS 0.5

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7AACF4 (or 0x7AACF4) is known color: Jordy Blue. HEX triplet: 7A, AC and F4. RGB value is (122,172,244). Sum of RGB (Red+Green+Blue) = 122+172+244=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #7AACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AACF4 is #85530B. Grayscale: #A4A4A4. Windows color (decimal): -8737548 or 16034938. OLE color: 16034938.

HSL color Cylindrical-coordinate representation of color #7AACF4: hue angle of 215.41º 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 #7AACF4 is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 172 244 -
CMYK 0.5 0.30 0 0.04
HSL 215.41º 0.85% 0.72% -
HSV(B) 215.41º 0.5% 0.96% -
XYZ 39.11 40.17 91.28 -
YUV 165.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 122 172 244 0.5 0.30 0 0.04 215.41 0.85 0.72
Hex 7A AC F4 32 1E 0 4 D7 55 48
Octal 172 254 364 62 36 0 4 327 125 110
Binary 1111010 10101100 11110100 110010 11110 0 100 11010111 1010101 1001000

Color Harmonies of #7AACF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACF4

Black with #7AACF4

Text Example


Text Example

White with #7AACF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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