Html Css Color HEX #72A1DA Jordy Blue

📋 copy color: '#72A1DA'

red 114 ◦ green 161 ◦ blue 218

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

Shades of Jordy Blue #72A1DA

Tints of Jordy Blue #72A1DA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.66%

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 23.12%
G = 32.66%
B = 44.22%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#72A1DA (or 0x72A1DA) is known color: Jordy Blue. HEX triplet: 72, A1 and DA. RGB value is (114,161,218). Sum of RGB (Red+Green+Blue) = 114+161+218=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #72A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A1DA is #8D5E25. Grayscale: #999999. Windows color (decimal): -9264678 or 14328178. OLE color: 14328178.

HSL color Cylindrical-coordinate representation of color #72A1DA: hue angle of 212.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72A1DA is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 161 218 -
CMYK 0.48 0.26 0 0.15
HSL 212.88º 0.58% 0.65% -
HSV(B) 212.88º 0.48% 0.85% -
XYZ 32.34 34.13 71.21 -
YUV 153.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 114 161 218 0.48 0.26 0 0.15 212.88 0.58 0.65
Hex 72 A1 DA 30 1A 0 F D5 3A 41
Octal 162 241 332 60 32 0 17 325 72 101
Binary 1110010 10100001 11011010 110000 11010 0 1111 11010101 111010 1000001

Color Harmonies of #72A1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A1DA

Black with #72A1DA

Text Example


Text Example

White with #72A1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,161,218); }

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

background-color css

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

 a { background-color: rgb(114,161,218); }

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

border-color css

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

 span { border-color: rgb(114,161,218); }

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