Html Css Color HEX #739BCF Jordy Blue

📋 copy color: '#739BCF'

red 115 ◦ green 155 ◦ blue 207

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

Shades of Jordy Blue #739BCF

Tints of Jordy Blue #739BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

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

R = 24.11%
G = 32.49%
B = 43.4%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#739BCF (or 0x739BCF) is known color: Jordy Blue. HEX triplet: 73, 9B and CF. RGB value is (115,155,207). Sum of RGB (Red+Green+Blue) = 115+155+207=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #739BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BCF is #8C6430. Grayscale: #949494. Windows color (decimal): -9200689 or 13605747. OLE color: 13605747.

HSL color Cylindrical-coordinate representation of color #739BCF: hue angle of 213.91º 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 #739BCF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 155 207 -
CMYK 0.44 0.25 0 0.19
HSL 213.91º 0.49% 0.63% -
HSV(B) 213.91º 0.44% 0.81% -
XYZ 30.05 31.59 63.55 -
YUV 148.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 115 155 207 0.44 0.25 0 0.19 213.91 0.49 0.63
Hex 73 9B CF 2C 19 0 13 D6 31 3F
Octal 163 233 317 54 31 0 23 326 61 77
Binary 1110011 10011011 11001111 101100 11001 0 10011 11010110 110001 111111

Color Harmonies of #739BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BCF

Black with #739BCF

Text Example


Text Example

White with #739BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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