Html Css Color HEX #72A2D1 Jordy Blue

📋 copy color: '#72A2D1'

red 114 ◦ green 162 ◦ blue 209

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

Shades of Jordy Blue #72A2D1

Tints of Jordy Blue #72A2D1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 23.51%
G = 33.4%
B = 43.09%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#72A2D1 (or 0x72A2D1) is known color: Jordy Blue. HEX triplet: 72, A2 and D1. RGB value is (114,162,209). Sum of RGB (Red+Green+Blue) = 114+162+209=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #72A2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A2D1 is #8D5D2E. Grayscale: #989898. Windows color (decimal): -9264431 or 13738610. OLE color: 13738610.

HSL color Cylindrical-coordinate representation of color #72A2D1: hue angle of 209.68º degrees, saturation: 0.51, 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 #72A2D1 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 162 209 -
CMYK 0.45 0.22 0 0.18
HSL 209.68º 0.51% 0.63% -
HSV(B) 209.68º 0.45% 0.82% -
XYZ 31.37 34.02 65.24 -
YUV 153.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 114 162 209 0.45 0.22 0 0.18 209.68 0.51 0.63
Hex 72 A2 D1 2D 16 0 12 D2 33 3F
Octal 162 242 321 55 26 0 22 322 63 77
Binary 1110010 10100010 11010001 101101 10110 0 10010 11010010 110011 111111

Color Harmonies of #72A2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A2D1

Black with #72A2D1

Text Example


Text Example

White with #72A2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,162,209); }

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

background-color css

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

 a { background-color: rgb(114,162,209); }

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

border-color css

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

 span { border-color: rgb(114,162,209); }

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