#7CB0DD

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

Shades of Jordy Blue #7CB0DD

Tints of Jordy Blue #7CB0DD

Color information

#7CB0DD (or 0x7CB0DD) is unknown color: approx Jordy Blue. HEX triplet: 7C, B0 and DD. RGB value is (124,176,221). Sum of RGB (Red+Green+Blue) = 124+176+221=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CB0DD is #834F22. Grayscale: #A5A5A5. Windows color (decimal): -8605475 or 14528636. OLE color: 14528636.

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

Color convert

RGB124176221-
CMYK0.440.2000.13
HSL207.84º58.79%67.65%-
HSV(B)207.84º43.89%86.67%-
XYZ36.8940.5674.29-
YUV165.58159.2798.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.80%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=23.80%
G=33.78%
B=42.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241762210.440.2000.13207.8458.7967.65
Hex7CB0DD2C140Dd03b44
Octal174260335542401532073104
Binary111110010110000110111011011001010001101110100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,176,221); }

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

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

 a { background-color: rgb(124,176,221); }

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

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

 span { border-color: rgb(124,176,221); }

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