Html Css Color HEX #72A2DB Jordy Blue

📋 copy color: '#72A2DB'

red 114 ◦ green 162 ◦ blue 219

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

Shades of Jordy Blue #72A2DB

Tints of Jordy Blue #72A2DB

RGB

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

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

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

R = 23.03%
G = 32.73%
B = 44.24%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72A2DB (or 0x72A2DB) is known color: Jordy Blue. HEX triplet: 72, A2 and DB. RGB value is (114,162,219). Sum of RGB (Red+Green+Blue) = 114+162+219=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #72A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A2DB is #8D5D24. Grayscale: #999999. Windows color (decimal): -9264421 or 14393970. OLE color: 14393970.

HSL color Cylindrical-coordinate representation of color #72A2DB: hue angle of 212.57º degrees, saturation: 0.59, 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 #72A2DB is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 162 219 -
CMYK 0.48 0.26 0 0.14
HSL 212.57º 0.59% 0.65% -
HSV(B) 212.57º 0.48% 0.86% -
XYZ 32.65 34.53 71.96 -
YUV 154.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 114 162 219 0.48 0.26 0 0.14 212.57 0.59 0.65
Hex 72 A2 DB 30 1A 0 E D5 3B 41
Octal 162 242 333 60 32 0 16 325 73 101
Binary 1110010 10100010 11011011 110000 11010 0 1110 11010101 111011 1000001

Color Harmonies of #72A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A2DB

Black with #72A2DB

Text Example


Text Example

White with #72A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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