Html Css Color HEX #7AADF0 Jordy Blue

📋 copy color: '#7AADF0'

red 122 ◦ green 173 ◦ blue 240

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

Shades of Jordy Blue #7AADF0

Tints of Jordy Blue #7AADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.34%

 BLUE value IS 240 (94.14% from 255) = 44.86%

R = 22.8%
G = 32.34%
B = 44.86%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7AADF0 (or 0x7AADF0) is known color: Jordy Blue. HEX triplet: 7A, AD and F0. RGB value is (122,173,240). Sum of RGB (Red+Green+Blue) = 122+173+240=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #7AADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AADF0 is #85520F. Grayscale: #A5A5A5. Windows color (decimal): -8737296 or 15773050. OLE color: 15773050.

HSL color Cylindrical-coordinate representation of color #7AADF0: hue angle of 214.07º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AADF0 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 173 240 -
CMYK 0.49 0.28 0 0.06
HSL 214.07º 0.8% 0.71% -
HSV(B) 214.07º 0.49% 0.94% -
XYZ 38.7 40.32 88.18 -
YUV 165.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 122 173 240 0.49 0.28 0 0.06 214.07 0.8 0.71
Hex 7A AD F0 31 1C 0 6 D6 50 47
Octal 172 255 360 61 34 0 6 326 120 107
Binary 1111010 10101101 11110000 110001 11100 0 110 11010110 1010000 1000111

Color Harmonies of #7AADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADF0

Black with #7AADF0

Text Example


Text Example

White with #7AADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,240); }

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

background-color css

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

 a { background-color: rgb(122,173,240); }

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

border-color css

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

 span { border-color: rgb(122,173,240); }

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