Html Css Color HEX #7BA4FA Jordy Blue

📋 copy color: '#7BA4FA'

red 123 ◦ green 164 ◦ blue 250

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

Shades of Jordy Blue #7BA4FA

Tints of Jordy Blue #7BA4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.54%

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

R = 22.91%
G = 30.54%
B = 46.55%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BA4FA (or 0x7BA4FA) is known color: Jordy Blue. HEX triplet: 7B, A4 and FA. RGB value is (123,164,250). Sum of RGB (Red+Green+Blue) = 123+164+250=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BA4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA4FA is #845B05. Grayscale: #A1A1A1. Windows color (decimal): -8674054 or 16426107. OLE color: 16426107.

HSL color Cylindrical-coordinate representation of color #7BA4FA: hue angle of 220.63º 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 #7BA4FA is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 164 250 -
CMYK 0.51 0.34 0 0.02
HSL 220.63º 0.93% 0.73% -
HSV(B) 220.63º 0.51% 0.98% -
XYZ 38.7 37.66 95.67 -
YUV 161.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 123 164 250 0.51 0.34 0 0.02 220.63 0.93 0.73
Hex 7B A4 FA 33 22 0 2 DD 5D 49
Octal 173 244 372 63 42 0 2 335 135 111
Binary 1111011 10100100 11111010 110011 100010 0 10 11011101 1011101 1001001

Color Harmonies of #7BA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4FA

Black with #7BA4FA

Text Example


Text Example

White with #7BA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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