Html Css Color HEX #72AFE8 Jordy Blue

📋 copy color: '#72AFE8'

red 114 ◦ green 175 ◦ blue 232

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

Shades of Jordy Blue #72AFE8

Tints of Jordy Blue #72AFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.53%

R = 21.88%
G = 33.59%
B = 44.53%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72AFE8 (or 0x72AFE8) is known color: Jordy Blue. HEX triplet: 72, AF and E8. RGB value is (114,175,232). Sum of RGB (Red+Green+Blue) = 114+175+232=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #72AFE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72AFE8 is #8D5017. Grayscale: #A2A2A2. Windows color (decimal): -9261080 or 15249266. OLE color: 15249266.

HSL color Cylindrical-coordinate representation of color #72AFE8: hue angle of 208.98º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72AFE8 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 175 232 -
CMYK 0.51 0.25 0 0.09
HSL 208.98º 0.72% 0.68% -
HSV(B) 208.98º 0.51% 0.91% -
XYZ 36.83 40.06 82.14 -
YUV 163.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 114 175 232 0.51 0.25 0 0.09 208.98 0.72 0.68
Hex 72 AF E8 33 19 0 9 D1 48 44
Octal 162 257 350 63 31 0 11 321 110 104
Binary 1110010 10101111 11101000 110011 11001 0 1001 11010001 1001000 1000100

Color Harmonies of #72AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AFE8

Black with #72AFE8

Text Example


Text Example

White with #72AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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