Html Css Color HEX #72A7DF Jordy Blue

📋 copy color: '#72A7DF'

red 114 ◦ green 167 ◦ blue 223

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

Shades of Jordy Blue #72A7DF

Tints of Jordy Blue #72A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.13%

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 22.62%
G = 33.13%
B = 44.25%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72A7DF (or 0x72A7DF) is known color: Jordy Blue. HEX triplet: 72, A7 and DF. RGB value is (114,167,223). Sum of RGB (Red+Green+Blue) = 114+167+223=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #72A7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A7DF is #8D5820. Grayscale: #9D9D9D. Windows color (decimal): -9263137 or 14657394. OLE color: 14657394.

HSL color Cylindrical-coordinate representation of color #72A7DF: hue angle of 210.83º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72A7DF is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 167 223 -
CMYK 0.49 0.25 0 0.13
HSL 210.83º 0.63% 0.66% -
HSV(B) 210.83º 0.49% 0.87% -
XYZ 34.08 36.54 75.07 -
YUV 157.54 164.94 96.95 -
System Red Green Blue C M Y K H S L
Decimal 114 167 223 0.49 0.25 0 0.13 210.83 0.63 0.66
Hex 72 A7 DF 31 19 0 D D3 3F 42
Octal 162 247 337 61 31 0 15 323 77 102
Binary 1110010 10100111 11011111 110001 11001 0 1101 11010011 111111 1000010

Color Harmonies of #72A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A7DF

Black with #72A7DF

Text Example


Text Example

White with #72A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,167,223); }

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

background-color css

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

 a { background-color: rgb(114,167,223); }

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

border-color css

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

 span { border-color: rgb(114,167,223); }

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