Html Css Color HEX #71A0DB Jordy Blue

📋 copy color: '#71A0DB'

red 113 ◦ green 160 ◦ blue 219

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

Shades of Jordy Blue #71A0DB

Tints of Jordy Blue #71A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.52%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 22.97%
G = 32.52%
B = 44.51%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71A0DB (or 0x71A0DB) is known color: Jordy Blue. HEX triplet: 71, A0 and DB. RGB value is (113,160,219). Sum of RGB (Red+Green+Blue) = 113+160+219=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #71A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A0DB is #8E5F24. Grayscale: #989898. Windows color (decimal): -9330469 or 14393457. OLE color: 14393457.

HSL color Cylindrical-coordinate representation of color #71A0DB: hue angle of 213.4º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71A0DB is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 160 219 -
CMYK 0.48 0.27 0 0.14
HSL 213.4º 0.6% 0.65% -
HSV(B) 213.4º 0.48% 0.86% -
XYZ 32.17 33.77 71.84 -
YUV 152.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 113 160 219 0.48 0.27 0 0.14 213.4 0.6 0.65
Hex 71 A0 DB 30 1B 0 E D5 3C 41
Octal 161 240 333 60 33 0 16 325 74 101
Binary 1110001 10100000 11011011 110000 11011 0 1110 11010101 111100 1000001

Color Harmonies of #71A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A0DB

Black with #71A0DB

Text Example


Text Example

White with #71A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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