Html Css Color HEX #7A9FDC Jordy Blue

📋 copy color: '#7A9FDC'

red 122 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #7A9FDC

Tints of Jordy Blue #7A9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.74%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 24.35%
G = 31.74%
B = 43.91%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A9FDC (or 0x7A9FDC) is known color: Jordy Blue. HEX triplet: 7A, 9F and DC. RGB value is (122,159,220). Sum of RGB (Red+Green+Blue) = 122+159+220=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FDC is #856023. Grayscale: #9A9A9A. Windows color (decimal): -8740900 or 14458746. OLE color: 14458746.

HSL color Cylindrical-coordinate representation of color #7A9FDC: hue angle of 217.35º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A9FDC is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 159 220 -
CMYK 0.45 0.28 0 0.14
HSL 217.35º 0.58% 0.67% -
HSV(B) 217.35º 0.45% 0.86% -
XYZ 33.34 34.1 72.54 -
YUV 154.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 122 159 220 0.45 0.28 0 0.14 217.35 0.58 0.67
Hex 7A 9F DC 2D 1C 0 E D9 3A 43
Octal 172 237 334 55 34 0 16 331 72 103
Binary 1111010 10011111 11011100 101101 11100 0 1110 11011001 111010 1000011

Color Harmonies of #7A9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9FDC

Black with #7A9FDC

Text Example


Text Example

White with #7A9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,159,220); }

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

background-color css

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

 a { background-color: rgb(122,159,220); }

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

border-color css

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

 span { border-color: rgb(122,159,220); }

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