Html Css Color HEX #7AA7E0 Jordy Blue

📋 copy color: '#7AA7E0'

red 122 ◦ green 167 ◦ blue 224

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

Shades of Jordy Blue #7AA7E0

Tints of Jordy Blue #7AA7E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 23.78%
G = 32.55%
B = 43.66%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7AA7E0 (or 0x7AA7E0) is known color: Jordy Blue. HEX triplet: 7A, A7 and E0. RGB value is (122,167,224). Sum of RGB (Red+Green+Blue) = 122+167+224=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #7AA7E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA7E0 is #85581F. Grayscale: #9F9F9F. Windows color (decimal): -8738848 or 14722938. OLE color: 14722938.

HSL color Cylindrical-coordinate representation of color #7AA7E0: hue angle of 213.53º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AA7E0 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 167 224 -
CMYK 0.46 0.25 0 0.12
HSL 213.53º 0.62% 0.68% -
HSV(B) 213.53º 0.46% 0.88% -
XYZ 35.3 37.16 75.83 -
YUV 160.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 122 167 224 0.46 0.25 0 0.12 213.53 0.62 0.68
Hex 7A A7 E0 2E 19 0 C D6 3E 44
Octal 172 247 340 56 31 0 14 326 76 104
Binary 1111010 10100111 11100000 101110 11001 0 1100 11010110 111110 1000100

Color Harmonies of #7AA7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA7E0

Black with #7AA7E0

Text Example


Text Example

White with #7AA7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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