Html Css Color HEX #72A8DF Jordy Blue

📋 copy color: '#72A8DF'

red 114 ◦ green 168 ◦ blue 223

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

Shades of Jordy Blue #72A8DF

Tints of Jordy Blue #72A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.27%

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

R = 22.57%
G = 33.27%
B = 44.16%

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

#72A8DF (or 0x72A8DF) is known color: Jordy Blue. HEX triplet: 72, A8 and DF. RGB value is (114,168,223). Sum of RGB (Red+Green+Blue) = 114+168+223=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #72A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A8DF is #8D5720. Grayscale: #9D9D9D. Windows color (decimal): -9262881 or 14657650. OLE color: 14657650.

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

Color convert

RGB 114 168 223 -
CMYK 0.49 0.25 0 0.13
HSL 210.28º 0.63% 0.66% -
HSV(B) 210.28º 0.49% 0.87% -
XYZ 34.26 36.91 75.13 -
YUV 158.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 114 168 223 0.49 0.25 0 0.13 210.28 0.63 0.66
Hex 72 A8 DF 31 19 0 D D2 3F 42
Octal 162 250 337 61 31 0 15 322 77 102
Binary 1110010 10101000 11011111 110001 11001 0 1101 11010010 111111 1000010

Color Harmonies of #72A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A8DF

Black with #72A8DF

Text Example


Text Example

White with #72A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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