Html Css Color HEX #72A0D0 Jordy Blue

📋 copy color: '#72A0D0'

red 114 ◦ green 160 ◦ blue 208

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

Shades of Jordy Blue #72A0D0

Tints of Jordy Blue #72A0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 23.65%
G = 33.2%
B = 43.15%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#72A0D0 (or 0x72A0D0) is known color: Jordy Blue. HEX triplet: 72, A0 and D0. RGB value is (114,160,208). Sum of RGB (Red+Green+Blue) = 114+160+208=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #72A0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A0D0 is #8D5F2F. Grayscale: #979797. Windows color (decimal): -9264944 or 13672562. OLE color: 13672562.

HSL color Cylindrical-coordinate representation of color #72A0D0: hue angle of 210.64º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72A0D0 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 160 208 -
CMYK 0.45 0.23 0 0.18
HSL 210.64º 0.5% 0.63% -
HSV(B) 210.64º 0.45% 0.82% -
XYZ 30.9 33.27 64.47 -
YUV 151.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 114 160 208 0.45 0.23 0 0.18 210.64 0.5 0.63
Hex 72 A0 D0 2D 17 0 12 D3 32 3F
Octal 162 240 320 55 27 0 22 323 62 77
Binary 1110010 10100000 11010000 101101 10111 0 10010 11010011 110010 111111

Color Harmonies of #72A0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A0D0

Black with #72A0D0

Text Example


Text Example

White with #72A0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,160,208); }

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

background-color css

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

 a { background-color: rgb(114,160,208); }

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

border-color css

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

 span { border-color: rgb(114,160,208); }

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