Html Css Color HEX #72AADD Jordy Blue

📋 copy color: '#72AADD'

red 114 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #72AADD

Tints of Jordy Blue #72AADD

RGB

 RED value IS 114 (44.92% from 255) = 22.57%

 GREEN value IS 170 (66.8% from 255) = 33.66%

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

R = 22.57%
G = 33.66%
B = 43.76%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72AADD (or 0x72AADD) is known color: Jordy Blue. HEX triplet: 72, AA and DD. RGB value is (114,170,221). Sum of RGB (Red+Green+Blue) = 114+170+221=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #72AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AADD is #8D5522. Grayscale: #9E9E9E. Windows color (decimal): -9262371 or 14527090. OLE color: 14527090.

HSL color Cylindrical-coordinate representation of color #72AADD: hue angle of 208.6º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72AADD is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 170 221 -
CMYK 0.48 0.23 0 0.13
HSL 208.6º 0.61% 0.66% -
HSV(B) 208.6º 0.48% 0.87% -
XYZ 34.37 37.55 73.84 -
YUV 159.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 114 170 221 0.48 0.23 0 0.13 208.6 0.61 0.66
Hex 72 AA DD 30 17 0 D D1 3D 42
Octal 162 252 335 60 27 0 15 321 75 102
Binary 1110010 10101010 11011101 110000 10111 0 1101 11010001 111101 1000010

Color Harmonies of #72AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AADD

Black with #72AADD

Text Example


Text Example

White with #72AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AADD; }

 p { color: rgb(114,170,221); }

 H1.HeaderClassName
 {
   color: #72AADD;
 }
 .AnyTagClassName
 {
   color: #72AADD;
 }
</style>

background-color css

<style>
 a { background-color: #72AADD; }

 a { background-color: rgb(114,170,221); }

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

border-color css

<style>
 span { border-color: #72AADD; }

 span { border-color: rgb(114,170,221); }

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