Html Css Color HEX #71A0DD Jordy Blue

📋 copy color: '#71A0DD'

red 113 ◦ green 160 ◦ blue 221

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

Shades of Jordy Blue #71A0DD

Tints of Jordy Blue #71A0DD

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 value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71A0DD (or 0x71A0DD) is known color: 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

RGB 113 160 221 -
CMYK 0.49 0.28 0 0.13
HSL 213.89º 0.61% 0.65% -
HSV(B) 213.89º 0.49% 0.87% -
XYZ 32.43 33.87 73.24 -
YUV 152.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 113 160 221 0.49 0.28 0 0.13 213.89 0.61 0.65
Hex 71 A0 DD 31 1C 0 D D6 3D 41
Octal 161 240 335 61 34 0 15 326 75 101
Binary 1110001 10100000 11011101 110001 11100 0 1101 11010110 111101 1000001

Color Harmonies of #71A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A0DD

Black with #71A0DD

Text Example


Text Example

White with #71A0DD

Text Example


Text Example

HTML Codes & Css Web 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>