Html Css Color HEX #72A1E6 Jordy Blue

📋 copy color: '#72A1E6'

red 114 ◦ green 161 ◦ blue 230

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

Shades of Jordy Blue #72A1E6

Tints of Jordy Blue #72A1E6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.88%

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 22.57%
G = 31.88%
B = 45.54%

CMYK

 C value IS 0.50

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#72A1E6 (or 0x72A1E6) is known color: Jordy Blue. HEX triplet: 72, A1 and E6. RGB value is (114,161,230). Sum of RGB (Red+Green+Blue) = 114+161+230=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #72A1E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A1E6 is #8D5E19. Grayscale: #9A9A9A. Windows color (decimal): -9264666 or 15114610. OLE color: 15114610.

HSL color Cylindrical-coordinate representation of color #72A1E6: hue angle of 215.69º degrees, saturation: 0.7, 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 #72A1E6 is Cyan = 0.50, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 161 230 -
CMYK 0.50 0.3 0 0.10
HSL 215.69º 0.7% 0.67% -
HSV(B) 215.69º 0.5% 0.9% -
XYZ 33.97 34.78 79.79 -
YUV 154.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 114 161 230 0.50 0.3 0 0.10 215.69 0.7 0.67
Hex 72 A1 E6 32 1E 0 A D8 46 43
Octal 162 241 346 62 36 0 12 330 106 103
Binary 1110010 10100001 11100110 110010 11110 0 1010 11011000 1000110 1000011

Color Harmonies of #72A1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A1E6

Black with #72A1E6

Text Example


Text Example

White with #72A1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,161,230); }

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

background-color css

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

 a { background-color: rgb(114,161,230); }

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

border-color css

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

 span { border-color: rgb(114,161,230); }

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