Html Css Color HEX #72A3DD Jordy Blue

📋 copy color: '#72A3DD'

red 114 ◦ green 163 ◦ blue 221

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

Shades of Jordy Blue #72A3DD

Tints of Jordy Blue #72A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.73%

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

R = 22.89%
G = 32.73%
B = 44.38%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72A3DD (or 0x72A3DD) is known color: Jordy Blue. HEX triplet: 72, A3 and DD. RGB value is (114,163,221). Sum of RGB (Red+Green+Blue) = 114+163+221=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #72A3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A3DD is #8D5C22. Grayscale: #9A9A9A. Windows color (decimal): -9264163 or 14525298. OLE color: 14525298.

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

Color convert

RGB 114 163 221 -
CMYK 0.48 0.26 0 0.13
HSL 212.52º 0.61% 0.66% -
HSV(B) 212.52º 0.48% 0.87% -
XYZ 33.09 34.99 73.42 -
YUV 154.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 114 163 221 0.48 0.26 0 0.13 212.52 0.61 0.66
Hex 72 A3 DD 30 1A 0 D D5 3D 42
Octal 162 243 335 60 32 0 15 325 75 102
Binary 1110010 10100011 11011101 110000 11010 0 1101 11010101 111101 1000010

Color Harmonies of #72A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A3DD

Black with #72A3DD

Text Example


Text Example

White with #72A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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