Html Css Color HEX #72AFE5 Jordy Blue

📋 copy color: '#72AFE5'

red 114 ◦ green 175 ◦ blue 229

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

Shades of Jordy Blue #72AFE5

Tints of Jordy Blue #72AFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 22.01%
G = 33.78%
B = 44.21%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#72AFE5 (or 0x72AFE5) is known color: Jordy Blue. HEX triplet: 72, AF and E5. RGB value is (114,175,229). Sum of RGB (Red+Green+Blue) = 114+175+229=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #72AFE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AFE5 is #8D501A. Grayscale: #A2A2A2. Windows color (decimal): -9261083 or 15052658. OLE color: 15052658.

HSL color Cylindrical-coordinate representation of color #72AFE5: hue angle of 208.17º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72AFE5 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 175 229 -
CMYK 0.50 0.24 0 0.10
HSL 208.17º 0.69% 0.67% -
HSV(B) 208.17º 0.5% 0.9% -
XYZ 36.41 39.89 79.91 -
YUV 162.92 165.29 93.11 -
System Red Green Blue C M Y K H S L
Decimal 114 175 229 0.50 0.24 0 0.10 208.17 0.69 0.67
Hex 72 AF E5 32 18 0 A D0 45 43
Octal 162 257 345 62 30 0 12 320 105 103
Binary 1110010 10101111 11100101 110010 11000 0 1010 11010000 1000101 1000011

Color Harmonies of #72AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AFE5

Black with #72AFE5

Text Example


Text Example

White with #72AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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