Html Css Color HEX #739ED9 Jordy Blue

📋 copy color: '#739ED9'

red 115 ◦ green 158 ◦ blue 217

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

Shades of Jordy Blue #739ED9

Tints of Jordy Blue #739ED9

RGB

 RED value IS 115 (45.31% from 255) = 23.47%

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

 BLUE value IS 217 (85.16% from 255) = 44.29%

R = 23.47%
G = 32.24%
B = 44.29%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#739ED9 (or 0x739ED9) is known color: Jordy Blue. HEX triplet: 73, 9E and D9. RGB value is (115,158,217). Sum of RGB (Red+Green+Blue) = 115+158+217=490 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.47% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #739ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ED9 is #8C6126. Grayscale: #979797. Windows color (decimal): -9199911 or 14261875. OLE color: 14261875.

HSL color Cylindrical-coordinate representation of color #739ED9: hue angle of 214.71º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #739ED9 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 158 217 -
CMYK 0.47 0.27 0 0.15
HSL 214.71º 0.57% 0.65% -
HSV(B) 214.71º 0.47% 0.85% -
XYZ 31.82 33.11 70.36 -
YUV 151.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 115 158 217 0.47 0.27 0 0.15 214.71 0.57 0.65
Hex 73 9E D9 2F 1B 0 F D7 39 41
Octal 163 236 331 57 33 0 17 327 71 101
Binary 1110011 10011110 11011001 101111 11011 0 1111 11010111 111001 1000001

Color Harmonies of #739ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739ED9

Black with #739ED9

Text Example


Text Example

White with #739ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739ED9; }

 p { color: rgb(115,158,217); }

 H1.HeaderClassName
 {
   color: #739ED9;
 }
 .AnyTagClassName
 {
   color: #739ED9;
 }
</style>

background-color css

<style>
 a { background-color: #739ED9; }

 a { background-color: rgb(115,158,217); }

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

border-color css

<style>
 span { border-color: #739ED9; }

 span { border-color: rgb(115,158,217); }

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