Html Css Color HEX #72A8E7 Jordy Blue

📋 copy color: '#72A8E7'

red 114 ◦ green 168 ◦ blue 231

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

Shades of Jordy Blue #72A8E7

Tints of Jordy Blue #72A8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.03%

R = 22.22%
G = 32.75%
B = 45.03%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#72A8E7 (or 0x72A8E7) is known color: Jordy Blue. HEX triplet: 72, A8 and E7. RGB value is (114,168,231). Sum of RGB (Red+Green+Blue) = 114+168+231=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #72A8E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A8E7 is #8D5718. Grayscale: #9E9E9E. Windows color (decimal): -9262873 or 15181938. OLE color: 15181938.

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

Color convert

RGB 114 168 231 -
CMYK 0.51 0.27 0 0.09
HSL 212.31º 0.71% 0.68% -
HSV(B) 212.31º 0.51% 0.91% -
XYZ 35.37 37.35 80.95 -
YUV 159.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 114 168 231 0.51 0.27 0 0.09 212.31 0.71 0.68
Hex 72 A8 E7 33 1B 0 9 D4 47 44
Octal 162 250 347 63 33 0 11 324 107 104
Binary 1110010 10101000 11100111 110011 11011 0 1001 11010100 1000111 1000100

Color Harmonies of #72A8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A8E7

Black with #72A8E7

Text Example


Text Example

White with #72A8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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