Html Css Color HEX #7BA0EF Jordy Blue

📋 copy color: '#7BA0EF'

red 123 ◦ green 160 ◦ blue 239

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

Shades of Jordy Blue #7BA0EF

Tints of Jordy Blue #7BA0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 23.56%
G = 30.65%
B = 45.79%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BA0EF (or 0x7BA0EF) is known color: Jordy Blue. HEX triplet: 7B, A0 and EF. RGB value is (123,160,239). Sum of RGB (Red+Green+Blue) = 123+160+239=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BA0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA0EF is #845F10. Grayscale: #9D9D9D. Windows color (decimal): -8675089 or 15704187. OLE color: 15704187.

HSL color Cylindrical-coordinate representation of color #7BA0EF: hue angle of 220.86º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BA0EF is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 160 239 -
CMYK 0.49 0.33 0 0.06
HSL 220.86º 0.78% 0.71% -
HSV(B) 220.86º 0.49% 0.94% -
XYZ 36.32 35.58 86.62 -
YUV 157.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 123 160 239 0.49 0.33 0 0.06 220.86 0.78 0.71
Hex 7B A0 EF 31 21 0 6 DD 4E 47
Octal 173 240 357 61 41 0 6 335 116 107
Binary 1111011 10100000 11101111 110001 100001 0 110 11011101 1001110 1000111

Color Harmonies of #7BA0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA0EF

Black with #7BA0EF

Text Example


Text Example

White with #7BA0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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