Html Css Color HEX #739ED6 Jordy Blue

📋 copy color: '#739ED6'

red 115 ◦ green 158 ◦ blue 214

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

Shades of Jordy Blue #739ED6

Tints of Jordy Blue #739ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.94%

R = 23.61%
G = 32.44%
B = 43.94%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#739ED6 (or 0x739ED6) is known color: Jordy Blue. HEX triplet: 73, 9E and D6. RGB value is (115,158,214). Sum of RGB (Red+Green+Blue) = 115+158+214=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #739ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ED6 is #8C6129. Grayscale: #979797. Windows color (decimal): -9199914 or 14065267. OLE color: 14065267.

HSL color Cylindrical-coordinate representation of color #739ED6: hue angle of 213.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #739ED6 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 158 214 -
CMYK 0.46 0.26 0 0.16
HSL 213.94º 0.55% 0.65% -
HSV(B) 213.94º 0.46% 0.84% -
XYZ 31.43 32.95 68.32 -
YUV 151.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 115 158 214 0.46 0.26 0 0.16 213.94 0.55 0.65
Hex 73 9E D6 2E 1A 0 10 D6 37 41
Octal 163 236 326 56 32 0 20 326 67 101
Binary 1110011 10011110 11010110 101110 11010 0 10000 11010110 110111 1000001

Color Harmonies of #739ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739ED6

Black with #739ED6

Text Example


Text Example

White with #739ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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