Html Css Color HEX #7AA3F3 Jordy Blue

📋 copy color: '#7AA3F3'

red 122 ◦ green 163 ◦ blue 243

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

Shades of Jordy Blue #7AA3F3

Tints of Jordy Blue #7AA3F3

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.87%

 BLUE value IS 243 (95.31% from 255) = 46.02%

R = 23.11%
G = 30.87%
B = 46.02%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7AA3F3 (or 0x7AA3F3) is known color: Jordy Blue. HEX triplet: 7A, A3 and F3. RGB value is (122,163,243). Sum of RGB (Red+Green+Blue) = 122+163+243=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #7AA3F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA3F3 is #855C0C. Grayscale: #9F9F9F. Windows color (decimal): -8739853 or 15967098. OLE color: 15967098.

HSL color Cylindrical-coordinate representation of color #7AA3F3: hue angle of 219.67º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AA3F3 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 163 243 -
CMYK 0.50 0.33 0 0.05
HSL 219.67º 0.83% 0.72% -
HSV(B) 219.67º 0.5% 0.95% -
XYZ 37.3 36.8 89.93 -
YUV 159.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 122 163 243 0.50 0.33 0 0.05 219.67 0.83 0.72
Hex 7A A3 F3 32 21 0 5 DC 53 48
Octal 172 243 363 62 41 0 5 334 123 110
Binary 1111010 10100011 11110011 110010 100001 0 101 11011100 1010011 1001000

Color Harmonies of #7AA3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA3F3

Black with #7AA3F3

Text Example


Text Example

White with #7AA3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,163,243); }

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

background-color css

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

 a { background-color: rgb(122,163,243); }

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

border-color css

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

 span { border-color: rgb(122,163,243); }

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