Html Css Color HEX #7A9FEA Jordy Blue

📋 copy color: '#7A9FEA'

red 122 ◦ green 159 ◦ blue 234

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

Shades of Jordy Blue #7A9FEA

Tints of Jordy Blue #7A9FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 23.69%
G = 30.87%
B = 45.44%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A9FEA (or 0x7A9FEA) is known color: Jordy Blue. HEX triplet: 7A, 9F and EA. RGB value is (122,159,234). Sum of RGB (Red+Green+Blue) = 122+159+234=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A9FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9FEA is #856015. Grayscale: #9C9C9C. Windows color (decimal): -8740886 or 15376250. OLE color: 15376250.

HSL color Cylindrical-coordinate representation of color #7A9FEA: hue angle of 220.18º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A9FEA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 159 234 -
CMYK 0.48 0.32 0 0.08
HSL 220.18º 0.73% 0.7% -
HSV(B) 220.18º 0.48% 0.92% -
XYZ 35.28 34.87 82.71 -
YUV 156.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 122 159 234 0.48 0.32 0 0.08 220.18 0.73 0.7
Hex 7A 9F EA 30 20 0 8 DC 49 46
Octal 172 237 352 60 40 0 10 334 111 106
Binary 1111010 10011111 11101010 110000 100000 0 1000 11011100 1001001 1000110

Color Harmonies of #7A9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9FEA

Black with #7A9FEA

Text Example


Text Example

White with #7A9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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