Html Css Color HEX #7BA0EB Jordy Blue

📋 copy color: '#7BA0EB'

red 123 ◦ green 160 ◦ blue 235

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

Shades of Jordy Blue #7BA0EB

Tints of Jordy Blue #7BA0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.89%

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 23.75%
G = 30.89%
B = 45.37%

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

#7BA0EB (or 0x7BA0EB) is known color: Jordy Blue. HEX triplet: 7B, A0 and EB. RGB value is (123,160,235). Sum of RGB (Red+Green+Blue) = 123+160+235=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BA0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA0EB is #845F14. Grayscale: #9D9D9D. Windows color (decimal): -8675093 or 15442043. OLE color: 15442043.

HSL color Cylindrical-coordinate representation of color #7BA0EB: hue angle of 220.18º degrees, saturation: 0.74, 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 #7BA0EB is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 160 235 -
CMYK 0.48 0.32 0 0.08
HSL 220.18º 0.74% 0.7% -
HSV(B) 220.18º 0.48% 0.92% -
XYZ 35.73 35.35 83.54 -
YUV 157.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 123 160 235 0.48 0.32 0 0.08 220.18 0.74 0.7
Hex 7B A0 EB 30 20 0 8 DC 4A 46
Octal 173 240 353 60 40 0 10 334 112 106
Binary 1111011 10100000 11101011 110000 100000 0 1000 11011100 1001010 1000110

Color Harmonies of #7BA0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA0EB

Black with #7BA0EB

Text Example


Text Example

White with #7BA0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,160,235); }

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

background-color css

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

 a { background-color: rgb(123,160,235); }

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

border-color css

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

 span { border-color: rgb(123,160,235); }

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