#71A0DD

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

Shades of Jordy Blue #71A0DD

Tints of Jordy Blue #71A0DD

Color information

#71A0DD (or 0x71A0DD) is unknown color: approx Jordy Blue. HEX triplet: 71, A0 and DD. RGB value is (113,160,221). Sum of RGB (Red+Green+Blue) = 113+160+221=494 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.87% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #71A0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A0DD is #8E5F22. Grayscale: #989898. Windows color (decimal): -9330467 or 14524529. OLE color: 14524529.

HSL color Cylindrical-coordinate representation of color #71A0DD: hue angle of 213.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71A0DD is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113160221-
CMYK0.490.2800.13
HSL213.89º61.36%65.49%-
HSV(B)213.89º48.87%86.67%-
XYZ32.4333.8773.24-
YUV152.9166.4399.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.87%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=22.87%
G=32.39%
B=44.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131602210.490.2800.13213.8961.3665.49
Hex71A0DD311C0Dd63d41
Octal161240335613401532675101
Binary111000110100000110111011100011110001101110101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A0DD; }

 p { color: rgb(113,160,221); }

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

<style>
 a { background-color: #71A0DD; }

 a { background-color: rgb(113,160,221); }

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

<style>
 span { border-color: #71A0DD; }

 span { border-color: rgb(113,160,221); }

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