Html Css Color HEX #71A3DD Jordy Blue

📋 copy color: '#71A3DD'

red 113 ◦ green 163 ◦ blue 221

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

Shades of Jordy Blue #71A3DD

Tints of Jordy Blue #71A3DD

RGB

 RED value IS 113 (44.53% from 255) = 22.74%

 GREEN value IS 163 (64.06% from 255) = 32.8%

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 22.74%
G = 32.8%
B = 44.47%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71A3DD (or 0x71A3DD) is known color: Jordy Blue. HEX triplet: 71, A3 and DD. RGB value is (113,163,221). Sum of RGB (Red+Green+Blue) = 113+163+221=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #71A3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A3DD is #8E5C22. Grayscale: #9A9A9A. Windows color (decimal): -9329699 or 14525297. OLE color: 14525297.

HSL color Cylindrical-coordinate representation of color #71A3DD: hue angle of 212.22º 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 #71A3DD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 163 221 -
CMYK 0.49 0.26 0 0.13
HSL 212.22º 0.61% 0.65% -
HSV(B) 212.22º 0.49% 0.87% -
XYZ 32.96 34.93 73.41 -
YUV 154.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 113 163 221 0.49 0.26 0 0.13 212.22 0.61 0.65
Hex 71 A3 DD 31 1A 0 D D4 3D 41
Octal 161 243 335 61 32 0 15 324 75 101
Binary 1110001 10100011 11011101 110001 11010 0 1101 11010100 111101 1000001

Color Harmonies of #71A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A3DD

Black with #71A3DD

Text Example


Text Example

White with #71A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71A3DD;
 }
 .AnyTagClassName
 {
   color: #71A3DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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