Html Css Color HEX #72A0CF Jordy Blue

📋 copy color: '#72A0CF'

red 114 ◦ green 160 ◦ blue 207

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

Shades of Jordy Blue #72A0CF

Tints of Jordy Blue #72A0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.26%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 23.7%
G = 33.26%
B = 43.04%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72A0CF (or 0x72A0CF) is known color: Jordy Blue. HEX triplet: 72, A0 and CF. RGB value is (114,160,207). Sum of RGB (Red+Green+Blue) = 114+160+207=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #72A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A0CF is #8D5F30. Grayscale: #979797. Windows color (decimal): -9264945 or 13607026. OLE color: 13607026.

HSL color Cylindrical-coordinate representation of color #72A0CF: hue angle of 210.32º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72A0CF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 160 207 -
CMYK 0.45 0.23 0 0.19
HSL 210.32º 0.49% 0.63% -
HSV(B) 210.32º 0.45% 0.81% -
XYZ 30.77 33.22 63.82 -
YUV 151.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 114 160 207 0.45 0.23 0 0.19 210.32 0.49 0.63
Hex 72 A0 CF 2D 17 0 13 D2 31 3F
Octal 162 240 317 55 27 0 23 322 61 77
Binary 1110010 10100000 11001111 101101 10111 0 10011 11010010 110001 111111

Color Harmonies of #72A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A0CF

Black with #72A0CF

Text Example


Text Example

White with #72A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,160,207); }

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

background-color css

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

 a { background-color: rgb(114,160,207); }

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

border-color css

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

 span { border-color: rgb(114,160,207); }

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