Html Css Color HEX #72A2E6 Jordy Blue

📋 copy color: '#72A2E6'

red 114 ◦ green 162 ◦ blue 230

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

Shades of Jordy Blue #72A2E6

Tints of Jordy Blue #72A2E6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.02%

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

R = 22.53%
G = 32.02%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#72A2E6 (or 0x72A2E6) is known color: Jordy Blue. HEX triplet: 72, A2 and E6. RGB value is (114,162,230). Sum of RGB (Red+Green+Blue) = 114+162+230=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #72A2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72A2E6 is #8D5D19. Grayscale: #9B9B9B. Windows color (decimal): -9264410 or 15114866. OLE color: 15114866.

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

Color convert

RGB 114 162 230 -
CMYK 0.50 0.30 0 0.10
HSL 215.17º 0.7% 0.67% -
HSV(B) 215.17º 0.5% 0.9% -
XYZ 34.14 35.13 79.84 -
YUV 155.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 114 162 230 0.50 0.30 0 0.10 215.17 0.7 0.67
Hex 72 A2 E6 32 1E 0 A D7 46 43
Octal 162 242 346 62 36 0 12 327 106 103
Binary 1110010 10100010 11100110 110010 11110 0 1010 11010111 1000110 1000011

Color Harmonies of #72A2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A2E6

Black with #72A2E6

Text Example


Text Example

White with #72A2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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