#7BA5DB

Color #7BA5DB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7BA5DB

Tints of Jordy Blue #7BA5DB

Color information

#7BA5DB (or 0x7BA5DB) is unknown color: approx Jordy Blue. HEX triplet: 7B, A5 and DB. RGB value is (123,165,219). Sum of RGB (Red+Green+Blue) = 123+165+219=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA5DB is #845A24. Grayscale: #9E9E9E. Windows color (decimal): -8673829 or 14394747. OLE color: 14394747.

HSL color Cylindrical-coordinate representation of color #7BA5DB: hue angle of 213.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BA5DB is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB123165219-
CMYK0.440.2500.14
HSL213.75º57.14%67.06%-
HSV(B)213.75º43.84%85.88%-
XYZ34.4136.2472.2-
YUV158.6162.09102.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.26%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=24.26%
G=32.54%
B=43.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1231652190.440.2500.14213.7557.1467.06
Hex7BA5DB2C190Ed63943
Octal173245333543101632671103
Binary111101110100101110110111011001100101110110101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,165,219); }

 H1.HeaderClassName
 {
   color: #7BA5DB;
 }
 .AnyTagClassName
 {
   color: #7BA5DB;
 }
</style>
background-color css

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

 a { background-color: rgb(123,165,219); }

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

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

 span { border-color: rgb(123,165,219); }

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