Html Css Color HEX #729EE2 Jordy Blue

📋 copy color: '#729EE2'

red 114 ◦ green 158 ◦ blue 226

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

Shades of Jordy Blue #729EE2

Tints of Jordy Blue #729EE2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.73%

 BLUE value IS 226 (88.67% from 255) = 45.38%

R = 22.89%
G = 31.73%
B = 45.38%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#729EE2 (or 0x729EE2) is known color: Jordy Blue. HEX triplet: 72, 9E and E2. RGB value is (114,158,226). Sum of RGB (Red+Green+Blue) = 114+158+226=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 226 (88.67% from 255 or 45.38% from 498); Max value from RGB is 226 - color contains mainly: blue. Hex color #729EE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EE2 is #8D611D. Grayscale: #989898. Windows color (decimal): -9265438 or 14851698. OLE color: 14851698.

HSL color Cylindrical-coordinate representation of color #729EE2: hue angle of 216.43º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #729EE2 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 158 226 -
CMYK 0.50 0.30 0 0.11
HSL 216.43º 0.66% 0.67% -
HSV(B) 216.43º 0.5% 0.89% -
XYZ 32.89 33.52 76.69 -
YUV 152.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 114 158 226 0.50 0.30 0 0.11 216.43 0.66 0.67
Hex 72 9E E2 32 1E 0 B D8 42 43
Octal 162 236 342 62 36 0 13 330 102 103
Binary 1110010 10011110 11100010 110010 11110 0 1011 11011000 1000010 1000011

Color Harmonies of #729EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EE2

Black with #729EE2

Text Example


Text Example

White with #729EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729EE2; }

 p { color: rgb(114,158,226); }

 H1.HeaderClassName
 {
   color: #729EE2;
 }
 .AnyTagClassName
 {
   color: #729EE2;
 }
</style>

background-color css

<style>
 a { background-color: #729EE2; }

 a { background-color: rgb(114,158,226); }

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

border-color css

<style>
 span { border-color: #729EE2; }

 span { border-color: rgb(114,158,226); }

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