Html Css Color HEX #72A1CF Jordy Blue

📋 copy color: '#72A1CF'

red 114 ◦ green 161 ◦ blue 207

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

Shades of Jordy Blue #72A1CF

Tints of Jordy Blue #72A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

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

R = 23.65%
G = 33.4%
B = 42.95%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72A1CF (or 0x72A1CF) is known color: Jordy Blue. HEX triplet: 72, A1 and CF. RGB value is (114,161,207). Sum of RGB (Red+Green+Blue) = 114+161+207=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #72A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A1CF is #8D5E30. Grayscale: #979797. Windows color (decimal): -9264689 or 13607282. OLE color: 13607282.

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

Color convert

RGB 114 161 207 -
CMYK 0.45 0.22 0 0.19
HSL 209.68º 0.49% 0.63% -
HSV(B) 209.68º 0.45% 0.81% -
XYZ 30.95 33.57 63.88 -
YUV 152.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 114 161 207 0.45 0.22 0 0.19 209.68 0.49 0.63
Hex 72 A1 CF 2D 16 0 13 D2 31 3F
Octal 162 241 317 55 26 0 23 322 61 77
Binary 1110010 10100001 11001111 101101 10110 0 10011 11010010 110001 111111

Color Harmonies of #72A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A1CF

Black with #72A1CF

Text Example


Text Example

White with #72A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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