Html Css Color HEX #72A5E9 Jordy Blue

📋 copy color: '#72A5E9'

red 114 ◦ green 165 ◦ blue 233

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

Shades of Jordy Blue #72A5E9

Tints of Jordy Blue #72A5E9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

 BLUE value IS 233 (91.41% from 255) = 45.51%

R = 22.27%
G = 32.23%
B = 45.51%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72A5E9 (or 0x72A5E9) is known color: Jordy Blue. HEX triplet: 72, A5 and E9. RGB value is (114,165,233). Sum of RGB (Red+Green+Blue) = 114+165+233=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #72A5E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A5E9 is #8D5A16. Grayscale: #9D9D9D. Windows color (decimal): -9263639 or 15312242. OLE color: 15312242.

HSL color Cylindrical-coordinate representation of color #72A5E9: hue angle of 214.29º degrees, saturation: 0.73, 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 #72A5E9 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 165 233 -
CMYK 0.51 0.29 0 0.09
HSL 214.29º 0.73% 0.68% -
HSV(B) 214.29º 0.51% 0.91% -
XYZ 35.1 36.37 82.26 -
YUV 157.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 114 165 233 0.51 0.29 0 0.09 214.29 0.73 0.68
Hex 72 A5 E9 33 1D 0 9 D6 49 44
Octal 162 245 351 63 35 0 11 326 111 104
Binary 1110010 10100101 11101001 110011 11101 0 1001 11010110 1001001 1000100

Color Harmonies of #72A5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A5E9

Black with #72A5E9

Text Example


Text Example

White with #72A5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,165,233); }

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

background-color css

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

 a { background-color: rgb(114,165,233); }

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

border-color css

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

 span { border-color: rgb(114,165,233); }

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