Html Css Color HEX #72A3CF Jordy Blue

📋 copy color: '#72A3CF'

red 114 ◦ green 163 ◦ blue 207

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

Shades of Jordy Blue #72A3CF

Tints of Jordy Blue #72A3CF

RGB

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

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

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

R = 23.55%
G = 33.68%
B = 42.77%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72A3CF (or 0x72A3CF) is known color: Jordy Blue. HEX triplet: 72, A3 and CF. RGB value is (114,163,207). Sum of RGB (Red+Green+Blue) = 114+163+207=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #72A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A3CF is #8D5C30. Grayscale: #999999. Windows color (decimal): -9264177 or 13607794. OLE color: 13607794.

HSL color Cylindrical-coordinate representation of color #72A3CF: hue angle of 208.39º 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 #72A3CF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 163 207 -
CMYK 0.45 0.21 0 0.19
HSL 208.39º 0.49% 0.63% -
HSV(B) 208.39º 0.45% 0.81% -
XYZ 31.3 34.28 64 -
YUV 153.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 114 163 207 0.45 0.21 0 0.19 208.39 0.49 0.63
Hex 72 A3 CF 2D 15 0 13 D0 31 3F
Octal 162 243 317 55 25 0 23 320 61 77
Binary 1110010 10100011 11001111 101101 10101 0 10011 11010000 110001 111111

Color Harmonies of #72A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A3CF

Black with #72A3CF

Text Example


Text Example

White with #72A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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