Html Css Color HEX #739ECF Jordy Blue

📋 copy color: '#739ECF'

red 115 ◦ green 158 ◦ blue 207

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

Shades of Jordy Blue #739ECF

Tints of Jordy Blue #739ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 23.96%
G = 32.92%
B = 43.13%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#739ECF (or 0x739ECF) is known color: Jordy Blue. HEX triplet: 73, 9E and CF. RGB value is (115,158,207). Sum of RGB (Red+Green+Blue) = 115+158+207=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #739ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ECF is #8C6130. Grayscale: #969696. Windows color (decimal): -9199921 or 13606515. OLE color: 13606515.

HSL color Cylindrical-coordinate representation of color #739ECF: hue angle of 211.96º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #739ECF is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 158 207 -
CMYK 0.44 0.24 0 0.19
HSL 211.96º 0.49% 0.63% -
HSV(B) 211.96º 0.44% 0.81% -
XYZ 30.56 32.6 63.71 -
YUV 150.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 115 158 207 0.44 0.24 0 0.19 211.96 0.49 0.63
Hex 73 9E CF 2C 18 0 13 D4 31 3F
Octal 163 236 317 54 30 0 23 324 61 77
Binary 1110011 10011110 11001111 101100 11000 0 10011 11010100 110001 111111

Color Harmonies of #739ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739ECF

Black with #739ECF

Text Example


Text Example

White with #739ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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