Html Css Color HEX #72AFDB Jordy Blue

📋 copy color: '#72AFDB'

red 114 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #72AFDB

Tints of Jordy Blue #72AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.45%

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 22.44%
G = 34.45%
B = 43.11%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#72AFDB (or 0x72AFDB) is known color: Jordy Blue. HEX triplet: 72, AF and DB. RGB value is (114,175,219). Sum of RGB (Red+Green+Blue) = 114+175+219=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #72AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFDB is #8D5024. Grayscale: #A1A1A1. Windows color (decimal): -9261093 or 14397298. OLE color: 14397298.

HSL color Cylindrical-coordinate representation of color #72AFDB: hue angle of 205.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72AFDB is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 175 219 -
CMYK 0.48 0.20 0 0.14
HSL 205.14º 0.59% 0.65% -
HSV(B) 205.14º 0.48% 0.86% -
XYZ 35.06 39.35 72.77 -
YUV 161.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 114 175 219 0.48 0.20 0 0.14 205.14 0.59 0.65
Hex 72 AF DB 30 14 0 E CD 3B 41
Octal 162 257 333 60 24 0 16 315 73 101
Binary 1110010 10101111 11011011 110000 10100 0 1110 11001101 111011 1000001

Color Harmonies of #72AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AFDB

Black with #72AFDB

Text Example


Text Example

White with #72AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,175,219); }

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

background-color css

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

 a { background-color: rgb(114,175,219); }

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

border-color css

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

 span { border-color: rgb(114,175,219); }

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