Html Css Color HEX #7BA7FA Jordy Blue

📋 copy color: '#7BA7FA'

red 123 ◦ green 167 ◦ blue 250

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

Shades of Jordy Blue #7BA7FA

Tints of Jordy Blue #7BA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.93%

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

R = 22.78%
G = 30.93%
B = 46.3%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BA7FA (or 0x7BA7FA) is known color: Jordy Blue. HEX triplet: 7B, A7 and FA. RGB value is (123,167,250). Sum of RGB (Red+Green+Blue) = 123+167+250=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BA7FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA7FA is #845805. Grayscale: #A2A2A2. Windows color (decimal): -8673286 or 16426875. OLE color: 16426875.

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

Color convert

RGB 123 167 250 -
CMYK 0.51 0.33 0 0.02
HSL 219.21º 0.93% 0.73% -
HSV(B) 219.21º 0.51% 0.98% -
XYZ 39.24 38.75 95.85 -
YUV 163.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 123 167 250 0.51 0.33 0 0.02 219.21 0.93 0.73
Hex 7B A7 FA 33 21 0 2 DB 5D 49
Octal 173 247 372 63 41 0 2 333 135 111
Binary 1111011 10100111 11111010 110011 100001 0 10 11011011 1011101 1001001

Color Harmonies of #7BA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA7FA

Black with #7BA7FA

Text Example


Text Example

White with #7BA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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