Html Css Color HEX #729EE6 Jordy Blue

📋 copy color: '#729EE6'

red 114 ◦ green 158 ◦ blue 230

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

Shades of Jordy Blue #729EE6

Tints of Jordy Blue #729EE6

RGB

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

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

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

R = 22.71%
G = 31.47%
B = 45.82%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#729EE6 (or 0x729EE6) is known color: Jordy Blue. HEX triplet: 72, 9E and E6. RGB value is (114,158,230). Sum of RGB (Red+Green+Blue) = 114+158+230=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #729EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729EE6 is #8D6119. Grayscale: #989898. Windows color (decimal): -9265434 or 15113842. OLE color: 15113842.

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

Color convert

RGB 114 158 230 -
CMYK 0.50 0.31 0 0.10
HSL 217.24º 0.7% 0.67% -
HSV(B) 217.24º 0.5% 0.9% -
XYZ 33.45 33.74 79.61 -
YUV 153.05 171.42 100.15 -
System Red Green Blue C M Y K H S L
Decimal 114 158 230 0.50 0.31 0 0.10 217.24 0.7 0.67
Hex 72 9E E6 32 1F 0 A D9 46 43
Octal 162 236 346 62 37 0 12 331 106 103
Binary 1110010 10011110 11100110 110010 11111 0 1010 11011001 1000110 1000011

Color Harmonies of #729EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EE6

Black with #729EE6

Text Example


Text Example

White with #729EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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