#7BA2DD

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

Shades of Jordy Blue #7BA2DD

Tints of Jordy Blue #7BA2DD

Color information

#7BA2DD (or 0x7BA2DD) is unknown color: approx Jordy Blue. HEX triplet: 7B, A2 and DD. RGB value is (123,162,221). Sum of RGB (Red+Green+Blue) = 123+162+221=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BA2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2DD is #845D22. Grayscale: #9C9C9C. Windows color (decimal): -8674595 or 14525051. OLE color: 14525051.

HSL color Cylindrical-coordinate representation of color #7BA2DD: hue angle of 216.12º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BA2DD is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123162221-
CMYK0.440.2700.13
HSL216.12º59.04%67.45%-
HSV(B)216.12º44.34%86.67%-
XYZ34.1435.2773.42-
YUV157.06164.08103.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.31%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=24.31%
G=32.02%
B=43.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231622210.440.2700.13216.1259.0467.45
Hex7BA2DD2C1B0Dd83b43
Octal173242335543301533073103
Binary111101110100010110111011011001101101101110110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,162,221); }

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

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

 a { background-color: rgb(123,162,221); }

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

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

 span { border-color: rgb(123,162,221); }

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