Html Css Color HEX #7BA3FA Jordy Blue

📋 copy color: '#7BA3FA'

red 123 ◦ green 163 ◦ blue 250

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

Shades of Jordy Blue #7BA3FA

Tints of Jordy Blue #7BA3FA

RGB

 RED value IS 123 (48.44% from 255) = 22.95%

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

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 22.95%
G = 30.41%
B = 46.64%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BA3FA (or 0x7BA3FA) is known color: Jordy Blue. HEX triplet: 7B, A3 and FA. RGB value is (123,163,250). Sum of RGB (Red+Green+Blue) = 123+163+250=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BA3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA3FA is #845C05. Grayscale: #A0A0A0. Windows color (decimal): -8674310 or 16425851. OLE color: 16425851.

HSL color Cylindrical-coordinate representation of color #7BA3FA: hue angle of 221.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA3FA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 163 250 -
CMYK 0.51 0.35 0 0.02
HSL 221.1º 0.93% 0.73% -
HSV(B) 221.1º 0.51% 0.98% -
XYZ 38.52 37.31 95.61 -
YUV 160.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 123 163 250 0.51 0.35 0 0.02 221.1 0.93 0.73
Hex 7B A3 FA 33 23 0 2 DD 5D 49
Octal 173 243 372 63 43 0 2 335 135 111
Binary 1111011 10100011 11111010 110011 100011 0 10 11011101 1011101 1001001

Color Harmonies of #7BA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA3FA

Black with #7BA3FA

Text Example


Text Example

White with #7BA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,163,250); }

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

background-color css

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

 a { background-color: rgb(123,163,250); }

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

border-color css

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

 span { border-color: rgb(123,163,250); }

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